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

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

Modified Files:
	xhtml.properties 
Log Message:
reverting to pre no-profile

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xhtml.properties	13 Sep 2007 09:54:07 -0000	1.9
+++ xhtml.properties	27 Sep 2007 08:46:44 -0000	1.10
@@ -3,9 +3,8 @@
 <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 #if ( $css_profile != "none" ) ($css) #end</title>
+        <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' />
@@ -40,7 +39,7 @@
 
         </ul>
 #end
-        <h2>$W3C_validator_results <a href="$file_title">$file_title</a> #if ( $css_profile != "none" ) ($css) #end</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 Thursday, 27 September 2007 08:46:54 UTC