validator/share/templates/en_US header.tmpl,1.16,1.17

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv12828/share/templates/en_US

Modified Files:
	header.tmpl 
Log Message:
fixing page title for non-results, template-based pages (i.e only feedback for now, but more later perhaps)

Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- header.tmpl	24 Feb 2005 18:07:43 -0000	1.16
+++ header.tmpl	25 Feb 2005 00:18:51 -0000	1.17
@@ -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" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF> - W3C Markup Validator</title>
+    <title><TMPL_IF NAME="page_title_url">Result for <TMPL_VAR NAME="page_title_url" ESCAPE="HTML"><TMPL_ELSE><TMPL_IF NAME="page_title"><TMPL_VAR NAME="page_title" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF></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 Friday, 25 February 2005 00:18:57 UTC