- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jul 2007 12:54:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv12887/org/w3c/css/css
Modified Files:
xhtml.properties
Log Message:
removing one stupid test (which avoid having links and span at the same time...)
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xhtml.properties 30 Jul 2007 12:05:49 -0000 1.3
+++ xhtml.properties 31 Jul 2007 12:54:20 -0000 1.4
@@ -108,7 +108,7 @@
#else
#set ( $link_value = false )
#end
- #if ( !$link_value && $error_content.get("span_value_parse_error") )
+ #if ( $error_content.get("span_value_parse_error") )
#set ( $span_value = $error_content.get("span_value_parse_error") )
#else
#set ( $span_value = false )
Received on Tuesday, 31 July 2007 12:54:24 UTC