2002/css-validator/org/w3c/css/css ucn.properties,1.17,1.18

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

Modified Files:
	ucn.properties 
Log Message:
warnings were using code_context instead of context

Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ucn.properties	24 Aug 2009 17:32:07 -0000	1.17
+++ ucn.properties	25 Aug 2009 11:26:50 -0000	1.18
@@ -94,7 +94,7 @@
         #if ( $warning.Level <= $warning_level )
                 <warning>
                     <line>$warning.Line</line>
-                    <code_context>#if ( $warning.Context ) $warning.Context.Escaped #end</code_context>
+                    <context>#if ( $warning.Context ) $warning.Context.Escaped #end</context>
                     <message level="$warning.Level">$warning.WarningMessageEscaped</message>
                 </warning>
         #end

Received on Tuesday, 25 August 2009 11:27:01 UTC