2002/css-validator/org/w3c/css/css ucn.properties,1.11,1.12

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

Modified Files:
	ucn.properties 
Log Message:
escape a few things


Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ucn.properties	25 Sep 2008 13:25:15 -0000	1.11
+++ ucn.properties	26 Feb 2009 09:21:31 -0000	1.12
@@ -32,7 +32,7 @@
             #set ( $span_value = false )
         #end
         #if  ( $sf != $err.SourceFile )
-            #set ( $sf = $err.SourceFile )
+            #set ( $sf = $err.SourceFileEscaped )
         #end
                 <uri>$sf</uri>
                 <error>
@@ -70,8 +70,8 @@
                 <uri>$file_title</uri>
                 <warning>
                     <line>$warning.Line</line>
-                    <code_context>#if ( $warning.Context ) $warning.Context #end</code_context>
-                    <message level="$warning.Level">$warning.WarningMessage</message>
+                    <code_context>#if ( $warning.Context ) $warning.ContextEscaped #end</code_context>
+                    <message level="$warning.Level">$warning.WarningMessageEscaped</message>
                 </warning>
     #end
 

Received on Thursday, 26 February 2009 09:21:43 UTC