- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Jan 2009 16:20:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv27279
Modified Files:
text.properties
Log Message:
show CSS version in the result
Index: text.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/text.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- text.properties 10 Oct 2007 01:13:26 -0000 1.5
+++ text.properties 20 Jan 2009 16:20:51 -0000 1.6
@@ -4,7 +4,7 @@
#if ($errors_count == 0)
$congrats
-$doc_validates_before_link $doc_validates_after_link
+$doc_validates_before_link $css $doc_validates_after_link
#if ( !$file_title.trim().startsWith("file://localhost") )
$no_errors_interoperable_msg
@@ -132,4 +132,4 @@
#end
#else
$CSS_not_found
-#end
\ No newline at end of file
+#end
Received on Tuesday, 20 January 2009 16:21:02 UTC