summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-05-28 20:01:49 +0000
committerville <ville@localhost>2009-05-28 20:01:49 +0000
commit424d49a5e86c0af9631f46bd541e564e32f12ba3 (patch)
treee8ccfe85eaa91a405709a78cc3c946a44ef038f6
parent20974885885f7de6f6e3bbe3ba5454ce90f64aba (diff)
downloadmarkup-validator-424d49a5e86c0af9631f46bd541e564e32f12ba3.zip
markup-validator-424d49a5e86c0af9631f46bd541e564e32f12ba3.tar.gz
markup-validator-424d49a5e86c0af9631f46bd541e564e32f12ba3.tar.bz2
Fix "the the" typo in direct input mode info, thanks to Paul Washburn for the catch.
-rw-r--r--share/templates/en_US/warnings.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl
index c7cba94..2d96242 100644
--- a/share/templates/en_US/warnings.tmpl
+++ b/share/templates/en_US/warnings.tmpl
@@ -526,7 +526,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the
<li class="msg_info" id="W28"><p><span class="err_type"><img src="images/info_icons/info.png" alt="Info" title="Info" /></span> <span class="msg">Using Direct Input mode: UTF-8 character encoding assumed</span></p>
<p>Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.</p>
- <p>If you notice a discrepancy in detected character encoding between the the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.</p>
+ <p>If you notice a discrepancy in detected character encoding between the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.</p>
</li>
</TMPL_IF>