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

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

Modified Files:
	ucn.properties 
Log Message:
warning level was not on the right element


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

Received on Wednesday, 26 August 2009 14:16:18 UTC