diff options
author | ot <ot@localhost> | 2007-10-04 06:48:14 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-10-04 06:48:14 +0000 |
commit | cbc63c9f85167e4ddce9f9147c082d46640ce699 (patch) | |
tree | 5b122040e00c86e53835a17750501fdc2d347d34 | |
parent | 44e48c9b5d9f740febd6f8e9545c1b23b5eb5e56 (diff) | |
download | markup-validator-cbc63c9f85167e4ddce9f9147c082d46640ce699.zip markup-validator-cbc63c9f85167e4ddce9f9147c082d46640ce699.tar.gz markup-validator-cbc63c9f85167e4ddce9f9147c082d46640ce699.tar.bz2 |
wording for w06, typo in w11
-rw-r--r-- | share/templates/en_US/warnings.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl index 63b0224..30d9940 100644 --- a/share/templates/en_US/warnings.tmpl +++ b/share/templates/en_US/warnings.tmpl @@ -129,7 +129,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the <TMPL_IF NAME="W06"> <li class="msg_warn" id="W06"><p><span class="err_type"><img src="images/info_icons/warning.png" alt="Warning" title="Warning" /></span> <span class="msg">Unable to Determine Parse Mode!</span></p> - <p>The validator can process documents either as XML (for document types such as XHTML, SVG, etc.) or SGML (for HTML 4.01 and prior versions). For this document, there was no unambiguous information available to set the parsing mode:</p> + <p>The validator can process documents either as XML (for document types such as XHTML, SVG, etc.) or SGML (for HTML 4.01 and prior versions). For this document, the information available was not sufficient to determine the parsing mode unambiguously, because:</p> <ul> <TMPL_IF NAME="W06_mime"><li> the MIME Media Type (<code><TMPL_VAR NAME="W06_mime" ESCAPE="HTML"></code>) can be used for XML or SGML document types</li><TMPL_ELSE><li>in <em>Direct Input</em> mode, no MIME Media Type is served to the validator</li></TMPL_IF> @@ -261,7 +261,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the <p> Namespace "<code><TMPL_VAR NAME="W11_rns" ESCAPE="HTML"></code>" found, - but the <TMPL_IF NAME="w11_doctype"><li><code><TMPL_VAR NAME="w11_doctype" ESCAPE="HTML"></code></TMPL_IF> document type is not an XML document type! + but the <TMPL_IF NAME="w11_doctype"><code><TMPL_VAR NAME="w11_doctype" ESCAPE="HTML"></code></TMPL_IF> document type is not an XML document type! </p> </li> </TMPL_IF> |