summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-03-16 06:56:36 +0000
committerot <ot@localhost>2007-03-16 06:56:36 +0000
commit436375c53a7f3b3d110eccaf9d76e54ae530756e (patch)
tree4e30e043234d50062ab6ab2699c6d2c872336260
parenta448f7433e821a1ef4dcb51dd611b0f6ecb4190e (diff)
downloadmarkup-validator-436375c53a7f3b3d110eccaf9d76e54ae530756e.zip
markup-validator-436375c53a7f3b3d110eccaf9d76e54ae530756e.tar.gz
markup-validator-436375c53a7f3b3d110eccaf9d76e54ae530756e.tar.bz2
better explanation for parse mode fallback
-rw-r--r--share/templates/en_US/warnings.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl
index a0e3d0e..aed951f 100644
--- a/share/templates/en_US/warnings.tmpl
+++ b/share/templates/en_US/warnings.tmpl
@@ -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>