2002/css-validator/org/w3c/css/css ucn.properties,1.14,1.15

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

Modified Files:
	ucn.properties 
Log Message:
*** empty log message ***

Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ucn.properties	24 Aug 2009 17:13:27 -0000	1.14
+++ ucn.properties	24 Aug 2009 17:14:38 -0000	1.15
@@ -83,7 +83,7 @@
         #if ( $warning.Level <= $warning_level )
                 <warning>
                     <line>$warning.Line</line>
-                    <code_context>#if ( $warning.Context ) $warning.ContextEscaped #end</code_context>
+                    <code_context>#if ( $warning.Context ) $warning.Context.Escaped #end</code_context>
                     <message level="$warning.Level">$warning.WarningMessageEscaped</message>
                 </warning>
         #end

Received on Monday, 24 August 2009 17:14:49 UTC