- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2007 01:13:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv1010
Modified Files:
text.properties
Log Message:
tentative fix for Bug #5172 - for cli output too
Index: text.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/text.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- text.properties 13 Sep 2007 09:52:40 -0000 1.4
+++ text.properties 10 Oct 2007 01:13:26 -0000 1.5
@@ -112,13 +112,16 @@
#end
#end
#foreach ( $rule in $rules.StyleRules )
-
+ #if ( $rule.Selectors )
$rule.Selectors
{
+ #end
#foreach ( $property in $rule.Properties )
$property.PropertyName : $property;
#end
+ #if ( $rule.Selectors )
}
+ #end
#end
#if ( $rules.AtRule != "" )
#if ( !$rules.Empty )
Received on Wednesday, 10 October 2007 01:13:36 UTC