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

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

Modified Files:
	xhtml.properties 
Log Message:
Changing the title depending on the used profile
ie no special profile is used or not...

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xhtml.properties	13 Aug 2007 09:07:19 -0000	1.8
+++ xhtml.properties	13 Sep 2007 09:54:07 -0000	1.9
@@ -3,8 +3,9 @@
 <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
     <head>
         <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
+#if ( $css_profile == "none" ) #set ( $css = "CSS" ) #end
 #if ( !$css ) #set ( $css = $cssversion ) #end
-        <title>$W3C_validator_results $file_title ($css)</title>
+        <title>$W3C_validator_results $file_title #if ( $css_profile != "none" ) ($css) #end</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' />
@@ -39,7 +40,7 @@
 
         </ul>
 #end
-        <h2>$W3C_validator_results <a href="$file_title">$file_title</a> ($css)</h2>
+        <h2>$W3C_validator_results <a href="$file_title">$file_title</a> #if ( $css_profile != "none" ) ($css) #end</h2>
 #if ( !$no_errors_report )
     #if ($errors_count == 0)
         <!-- NO ERRORS -->

Received on Thursday, 13 September 2007 09:54:12 UTC