2002/css-validator/org/w3c/css/css xhtml.properties,1.7,1.8

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv9682/org/w3c/css/css

Modified Files:
	xhtml.properties 
Log Message:
Adding the css version used to validate against in the title

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xhtml.properties	13 Aug 2007 08:30:37 -0000	1.7
+++ xhtml.properties	13 Aug 2007 09:07:19 -0000	1.8
@@ -3,7 +3,8 @@
 <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
     <head>
         <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
-        <title>$W3C_validator_results $file_title</title>
+#if ( !$css ) #set ( $css = $cssversion ) #end
+        <title>$W3C_validator_results $file_title ($css)</title>
         <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />
         <link type="text/css" rel='stylesheet' href='style/base.css' />
         <link type="text/css" rel='stylesheet' href='style/results.css' />
@@ -38,7 +39,7 @@
 
         </ul>
 #end
-        <h2>$W3C_validator_results <a href="$file_title">$file_title</a></h2>
+        <h2>$W3C_validator_results <a href="$file_title">$file_title</a> ($css)</h2>
 #if ( !$no_errors_report )
     #if ($errors_count == 0)
         <!-- NO ERRORS -->

Received on Monday, 13 August 2007 09:07:27 UTC