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

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

Modified Files:
	ucn.properties 
Log Message:
fix


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

Received on Tuesday, 25 August 2009 11:31:54 UTC