summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/errors.html
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-11-04 22:13:59 +0200
committerVille Skytt? <ville.skytta@iki.fi>2010-11-04 22:13:59 +0200
commitc9b3d1bdb1dd8911bc6401534f13ae13eaa585e7 (patch)
tree2c1e45da7b52a3b86d697fe86e7fcd1072de3285 /htdocs/docs/errors.html
parentf33375a02c2e8fe476fc7f0cc0fcf94f36514045 (diff)
downloadmarkup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.zip
markup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.tar.gz
markup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.tar.bz2
Get rid of the "Home Page" configuration parameter.
Resolve it automatically instead, and use relative URLs more where appropriate.
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-xhtdocs/docs/errors.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html
index 7a99481..9f30968 100755
--- a/htdocs/docs/errors.html
+++ b/htdocs/docs/errors.html
@@ -74,7 +74,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="http://validator.w3.org/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="<!--#echo var="relroot" -->feedback.html">report</a> any discrepancy.
</p>
</div>
<p>
@@ -272,7 +272,7 @@
</p>
<p>
If this error occurred in a script section of your document, you should probably
- read this <a href="http://validator.w3.org/docs/help.html#faq-javascript">FAQ entry</a>.
+ read this <a href="<!--#echo var="relroot" -->docs/help.html#faq-javascript">FAQ entry</a>.
</p>
</div>
<p>
@@ -357,7 +357,7 @@
check that they are both allowed in the chosen document type, and/or
use CSS instead of this attribute. If you received this error when using the
&lt;embed&gt; element to incorporate flash media in a Web page, see the
- <a href="http://validator.w3.org/docs/help.html#faq-flash">FAQ item on valid flash</a>.
+ <a href="<!--#echo var="relroot" -->docs/help.html#faq-flash">FAQ item on valid flash</a>.
</p>
</div>
<p>
@@ -622,7 +622,7 @@
<dt id="ve-187">187: no document type declaration; will parse without validation</dt>
<dd><div class="ve mid-187">
<p>The document type could not be determined, because the document had no correct DOCTYPE declaration. The document does not look like HTML, therefore automatic fallback could not be performed, and the document was only checked against basic markup syntax.</p>
- <p>Learn <a href="http://validator.w3.org/docs/help.html#faq-doctype">how to add a doctype to your document</a>
+ <p>Learn <a href="<!--#echo var="relroot" -->docs/help.html#faq-doctype">how to add a doctype to your document</a>
from our <acronym title="Frequently Asked Questions">FAQ</acronym>, or use the validator's
<code>Document Type</code> option to validate your document against a specific Document Type.</p>
</div>