- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 17:32:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv1702
Modified Files:
ucn.properties
Log Message:
fixing errors
Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ucn.properties 24 Aug 2009 17:28:03 -0000 1.16
+++ ucn.properties 24 Aug 2009 17:32:07 -0000 1.17
@@ -14,6 +14,7 @@
#set ( $sf = "" )
#set ( $open = false )
#foreach ( $error_content in $errors_content )
+ #set ( $err = $error_content.get("Error") )
#if ( $sf != $err.SourceFile )
#if ( $open )
</errorlist>
@@ -28,7 +29,6 @@
#end
#end
- #set ( $err = $error_content.get("Error") )
#set ( $error_msg = $error_content.get("ErrorMsg") )
#set ( $context_name = $error_content.get("CtxName") )
#set ( $context_msg = $error_content.get("CtxMsg") )
Received on Monday, 24 August 2009 17:32:17 UTC