- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 18 Mar 2005 16:13:59 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1171
Summary: leading slash should be removed in valid.tmpl
Product: Validator
Version: 0.7.0
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: w3bug@kobej.zzn.com
QAContact: www-validator-cvs@w3.org
in validator.conf,
# The "Home Page" for the service. Make sure this ends with a slash.
Home Page = http://validator.w3.org/
and in templates/en_US/valid.tmpl line 40
<a href="<TMPL_VAR NAME="cfg_home_page"
ESCAPE="HTML">/check/referer"><img
these produce wrong source below
<pre> <p>
<a href="http://validator.w3.org//check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88"/></a>
</p>
</pre>
Received on Friday, 18 March 2005 16:14:00 UTC