- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Mar 2008 22:46:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv8904/org/w3c/css/css
Modified Files:
xhtml.properties
Log Message:
this change on the dev instance had not been committed by its author, but look relatively sound...
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- xhtml.properties 28 Feb 2008 16:15:06 -0000 1.14
+++ xhtml.properties 6 Mar 2008 22:46:25 -0000 1.15
@@ -48,7 +48,6 @@
</a>
$doc_validates_before_link <a href=$css_link>$css</a> $doc_validates_after_link
</p>
- #if ( !$file_title.trim().startsWith("file://localhost") )
<p>
$no_errors_interoperable_msg
</p>
@@ -76,13 +75,14 @@
<p>
$no_errors_dl_local_msg
</p>
+ #if ( !$file_title.trim().startsWith("file://localhost") )
<p>
$no_errors_create_link_msg
</p>
- <pre>
- http://jigsaw.w3.org/css-validator/validator$link
-or http://jigsaw.w3.org/css-validator/check/referer ($no_errors_forHTML_only_msg)
- </pre>
+<pre>http://jigsaw.w3.org/css-validator/validator$link
+or
+http://jigsaw.w3.org/css-validator/check/referer ($no_errors_forHTML_only_msg)
+</pre>
<p>($no_errors_bookmark_msg)</p>
#end
Received on Thursday, 6 March 2008 22:46:34 UTC