- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2005 16:49:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv17948/share/templates/en_US
Modified Files:
fatal-error.tmpl
Log Message:
Fix and simplify linking in "no referer found" results.
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fatal-error.tmpl 22 Jul 2005 16:29:47 -0000 1.6
+++ fatal-error.tmpl 22 Jul 2005 16:49:55 -0000 1.7
@@ -144,8 +144,8 @@
<p>This is <em>not</em> an error in the referring page!</p>
<p>
Please use the form interface on the
- <a href="<TMPL_VAR NAME="fatal_referer_url">">Validator Home Page</a> (or the
- <a href="<TMPL_VAR NAME="fatal_referer_url">/detailed.html">Extended Interface</a>) to check the
+ <a href="./">Validator Home Page</a> (or the
+ <a href="detailed.html">Extended Interface</a>) to check the
page by URL.
</p>
</TMPL_IF>
Received on Friday, 22 July 2005 16:50:04 UTC