- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2007 01:08:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv32396
Modified Files:
xhtml.properties
Log Message:
tentative fix for Bug #5172
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xhtml.properties 27 Sep 2007 08:46:44 -0000 1.10
+++ xhtml.properties 10 Oct 2007 01:08:21 -0000 1.11
@@ -230,9 +230,11 @@
#foreach ( $rule in $rules.StyleRules )
<div class='selector'>
+ #if ( $rule.Selectors )
<span class='selectorValue'>
$rule.Selectors
</span>
+ #end
{
<div class='RuleList'>
#foreach ( $property in $rule.Properties )
@@ -244,7 +246,9 @@
#end
</div>
+ #if ( $rule.Selectors )
}
+ #end
</div>
#end
Received on Wednesday, 10 October 2007 01:08:32 UTC