2002/css-validator/org/w3c/css/css xhtml.properties,1.5,1.6

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

Modified Files:
	xhtml.properties 
Log Message:
The link to the CSS specification is now changing depending on on the css version

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xhtml.properties	2 Aug 2007 09:16:08 -0000	1.5
+++ xhtml.properties	6 Aug 2007 13:57:21 -0000	1.6
@@ -48,7 +48,7 @@
                 <a style="float: right" href="http://jigsaw.w3.org/css-validator/">
                     <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="$valid_CSS" />
                 </a>
-                $doc_validates
+                $doc_validates_before_link <a href=$css_link>$cssversion</a> $doc_validates_after_link 
             </p>
         #if ( !$file_title.trim().startsWith("file://localhost") )
             <p>

Received on Monday, 6 August 2007 13:57:25 UTC