summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-03-01 16:58:05 +0000
committerot <ot@localhost>2005-03-01 16:58:05 +0000
commitbab4fd2d7e5dff8d72962b7ba9aaa4798defb9fb (patch)
tree0cd9a61f754765391739dee4defd51410caeecd2
parent569d43454e2a17cc2d4b0f90b8a625463ee0d476 (diff)
downloadmarkup-validator-bab4fd2d7e5dff8d72962b7ba9aaa4798defb9fb.zip
markup-validator-bab4fd2d7e5dff8d72962b7ba9aaa4798defb9fb.tar.gz
markup-validator-bab4fd2d7e5dff8d72962b7ba9aaa4798defb9fb.tar.bz2
*** empty log message ***
-rw-r--r--share/templates/en_US/warnings.tmpl56
1 files changed, 27 insertions, 29 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl
index 319709d..d08bded 100644
--- a/share/templates/en_US/warnings.tmpl
+++ b/share/templates/en_US/warnings.tmpl
@@ -142,6 +142,33 @@
</p>
</dd>
</TMPL_IF>
+<TMPL_IF NAME="W16">
+ <dt id="W16">No DOCTYPE Found! Falling Back to <TMPL_VAR NAME="W16_dtd" ESCAPE="HTML">.</dt>
+ <dd>
+ <p>
+ A DOCTYPE Declaration is mandatory for most current markup languages
+ and without one it is impossible to reliably validate this document.
+ I am falling back to "<TMPL_VAR NAME="W16_dtd" ESCAPE="HTML">" and will attempt to
+ validate the document anyway, but this is very likely to produce
+ spurious error messages for most non-trivial documents.
+ </p>
+ <TMPL_IF NAME="opt_verbose">
+ <TMPL_INCLUDE NAME="doctype_spiel.tmpl">
+ <p>
+ The W3C QA Activity maintains a <a
+ href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">List of
+ Valid Doctypes</a> that you can choose from, and the <acronym
+ title="Web Design Group">WDG</acronym> maintains a document on
+ "<a href="http://htmlhelp.com/tools/validator/doctype.html">Choosing
+ a DOCTYPE</a>".
+ </p>
+ <TMPL_ELSE>
+ <p>
+ So what should I do?
+ <a href="docs/help.html#faq-doctype">Tell me more...</a>
+ </p>
+ </TMPL_IF>
+</TMPL_IF>
<TMPL_IF NAME="W09">
<dt id="W09"><code>DOCTYPE</code> Fallback in effect!</dt>
<dd>
@@ -215,35 +242,6 @@
</p>
</dd>
</TMPL_IF>
-<TMPL_IF NAME="W16">
- <dt id="W16">No DOCTYPE Found! Falling Back to
- <TMPL_VAR NAME="W16_dtd" ESCAPE="HTML">.</dt>
- <dd>
- <p>
- A DOCTYPE Declaration is mandatory for most current markup languages
- and without one it is impossible to reliably validate this document.
- I am falling back to "<TMPL_VAR NAME="W16_dtd" ESCAPE="HTML">" and will
- attempt to validate the document anyway, but this is very likely to
- produce spurious error messages for most non-trivial documents.
- </p>
- <TMPL_IF NAME="opt_verbose">
- <TMPL_INCLUDE NAME="doctype_spiel.tmpl">
- <p>
- The W3C QA Activity maintains a <a
- href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">List of
- Valid Doctypes</a> that you can choose from, and the <acronym
- title="Web Design Group">WDG</acronym> maintains a document on
- "<a href="http://htmlhelp.com/tools/validator/doctype.html">Choosing
- a DOCTYPE</a>".
- </p>
- <TMPL_ELSE>
- <p>
- So what should I do?
- <a href="docs/help.html#faq-doctype">Tell me more...</a>
- </p>
- </TMPL_IF>
- </dd>
-</TMPL_IF>
<TMPL_IF NAME="W17">
<dt id="W17">No Character Encoding detected!</dt>
<dd>