- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 16:36:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv21103/share/templates/en_US
Modified Files:
header.tmpl
Log Message:
Enable URL display in result page title (closes Bug #919).
Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- header.tmpl 26 Jan 2005 03:22:59 -0000 1.12
+++ header.tmpl 4 Feb 2005 16:36:49 -0000 1.13
@@ -6,7 +6,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"><TMPL_VAR NAME="page_title"><TMPL_ELSE>Validation Results</TMPL_IF></title>
+ <title>[WMVS] <TMPL_IF NAME="page_title_url">Result for <TMPL_VAR NAME="page_title_url"><TMPL_ELSE>Validation Results</TMPL_IF></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 Friday, 4 February 2005 16:36:51 UTC