- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Mar 2010 18:11:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv7063/share/templates/en_US
Modified Files:
docs_errors.tmpl
Log Message:
Use relroot in path to feedback.html.
Index: docs_errors.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/docs_errors.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- docs_errors.tmpl 31 May 2007 02:32:14 -0000 1.5
+++ docs_errors.tmpl 8 Mar 2010 18:11:08 -0000 1.6
@@ -23,7 +23,7 @@
<dt id="ve-<TMPL_VAR NAME="id">"><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original"></dt>
<dd><TMPL_VAR NAME="verbose">
<p>
- <a href="../feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
+ <a href="<!--#echo var="relroot" -->feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
</p>
</dd>
@@ -32,11 +32,11 @@
<h3 id="noverbose">Errors without explanation</h3>
<p>The following validation errors do not have an explanation yet. We invite you to use the
- <a href="../feedback.html#errormsg">feedback channels</a> to send your suggestions.</p>
+ <a href="<!--#echo var="relroot" -->feedback.html#errormsg">feedback channels</a> to send your suggestions.</p>
<ul>
<TMPL_LOOP NAME="list_errors_noverbose">
<li id="ve-<TMPL_VAR NAME="id">"><p><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original">
- <a href="../feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
+ <a href="<!--#echo var="relroot" -->feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
</p>
</li>
Received on Monday, 8 March 2010 18:11:11 UTC