summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-08 18:19:28 +0000
committerville <ville@localhost>2010-03-08 18:19:28 +0000
commit5f1fa6a83c2b04e36b45fc9f2dedcc26d4bac4f0 (patch)
treec382442f0155bac112f6165fe92dc3d8cd0f5617
parent4dd7d73fa59b5ac67cb7573af12d98a28809a34c (diff)
downloadmarkup-validator-5f1fa6a83c2b04e36b45fc9f2dedcc26d4bac4f0.zip
markup-validator-5f1fa6a83c2b04e36b45fc9f2dedcc26d4bac4f0.tar.gz
markup-validator-5f1fa6a83c2b04e36b45fc9f2dedcc26d4bac4f0.tar.bz2
Fix broken feedback link.
-rwxr-xr-xhtdocs/docs/errors.html6
-rw-r--r--share/templates/en_US/error_messages.cfg2
2 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html
index 5e08378..4b3df0a 100755
--- a/htdocs/docs/errors.html
+++ b/htdocs/docs/errors.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: errors.html,v 1.46 2010-03-08 18:11:08 ville Exp $"
---><!--#set var="date" value="\$Date: 2010-03-08 18:11:08 $"
+<!--#set var="revision" value="\$Id: errors.html,v 1.47 2010-03-08 18:19:27 ville Exp $"
+--><!--#set var="date" value="\$Date: 2010-03-08 18:19:27 $"
--><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -76,7 +76,7 @@
<dt id="ve-47">47: end of document in prolog</dt>
<dd><div class="ve mid-47">
<p>
- This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="./feedback.html">report</a> any discrepancy.
+ This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="http://validator.w3.org/feedback.html">report</a> any discrepancy.
</p>
</div>
<p>
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index cf8f25b..0d54470 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -204,7 +204,7 @@
verbose <<.EOF.
<div class="ve mid-47">
<p>
- This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="./feedback.html">report</a> any discrepancy.
+ This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="<!--CFG_HOME_PAGE-->feedback.html">report</a> any discrepancy.
</p>
</div>
.EOF.