- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Feb 2005 18:07:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv15911/share/templates/en_US Modified Files: header.tmpl Log Message: Escape URL in title, use "foo - bar" title format even if no URI available. Index: header.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- header.tmpl 7 Feb 2005 19:35:49 -0000 1.15 +++ header.tmpl 24 Feb 2005 18:07:43 -0000 1.16 @@ -7,7 +7,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><TMPL_IF NAME="page_title_url">Result for <TMPL_VAR NAME="page_title_url"> - W3C Markup Validator<TMPL_ELSE>Validation Results</TMPL_IF></title> + <title><TMPL_IF NAME="page_title_url">Result for <TMPL_VAR NAME="page_title_url" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF> - W3C Markup Validator</title> <link rev="made" href="mailto:www-validator@w3.org" /> <link rev="start" href="./" title="Home Page" /> <style type="text/css" media="all">@import "./base.css";</style>
Received on Thursday, 24 February 2005 18:07:46 UTC