2002/css-validator/org/w3c/css/css ucn.properties,1.24,1.25

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv22823

Modified Files:
	ucn.properties 
Log Message:
oops, not an attribute but an element


Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ucn.properties	26 Aug 2009 14:16:07 -0000	1.24
+++ ucn.properties	26 Aug 2009 14:20:54 -0000	1.25
@@ -92,7 +92,9 @@
 
         #end
         #if ( $warning.Level <= $warning_level )
-                <warning level="$warning.Level">
+                <warning>
+                    #if ( $warning.Level )
+                    <level>$warning.Level</level>
                     <line>$warning.Line</line>
                     #if ( $warning.Context ) <context>$warning.Context.Escaped</context> #end
                     <message>$warning.WarningMessageEscaped</message>

Received on Wednesday, 26 August 2009 14:21:07 UTC