validator/share/templates/en_US warnings.tmpl,1.19,1.20

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv12026/share/templates/en_US

Modified Files:
	warnings.tmpl 
Log Message:
better explanation for parse mode fallback

Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- warnings.tmpl	9 Mar 2007 06:42:20 -0000	1.19
+++ warnings.tmpl	16 Mar 2007 06:56:36 -0000	1.20
@@ -130,7 +130,9 @@
 </TMPL_IF>
 <TMPL_IF NAME="W06">
   <li class="msg_warn" id="W06"><span class="err_type">Warning</span> <span class="msg">Unable to Determine Parse Mode!</span>
-  <p>Falling back to SGML mode.</p></li>
+  <p>Neither the MIME Media Type (<code><TMPL_VAR NAME="W06_mime" ESCAPE="HTML"></code>)
+     nor the document type for this document are sufficient to reliably choose 
+     a parsing mode. Falling back to SGML mode.</p></li>
 </TMPL_IF>
 <TMPL_IF NAME="W07">
   <li class="msg_warn" id="W07"><span class="err_type">Warning</span> <span class="msg">Contradictory Parse Modes Detected!</span>

Received on Friday, 16 March 2007 06:56:42 UTC