- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Feb 2009 14:49:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv26881/org/w3c/css/css
Modified Files:
xhtml.properties
Log Message:
missing whitespace
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- xhtml.properties 5 Feb 2009 14:41:49 -0000 1.27
+++ xhtml.properties 5 Feb 2009 14:49:21 -0000 1.28
@@ -43,7 +43,7 @@
#if ($file_title.trim().startsWith("http://"))
<h2>$W3C_validator_results <a href="$file_title">$file_title</a> ($css)</h2>
#else
- <h2>$W3C_validator_results $file_title($css)</h2>
+ <h2>$W3C_validator_results $file_title ($css)</h2>
#end
#if ( !$no_errors_report )
#if ($errors_count == 0)
Received on Thursday, 5 February 2009 14:49:31 UTC