- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Oct 2008 13:28:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv5502
Modified Files:
gnu.properties
Log Message:
trying to fix the gnu output loop
Index: gnu.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/gnu.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnu.properties 24 Oct 2008 13:25:23 -0000 1.2
+++ gnu.properties 24 Oct 2008 13:28:21 -0000 1.3
@@ -4,19 +4,10 @@
#set ( $context_name = $error_content.get("CtxName") )
#set ( $context_msg = $error_content.get("CtxMsg") )
#set ( $class_name = $error_content.get("ClassName") )
-#if ( $sf != $err.SourceFile )
-#set ( $sf = $err.SourceFile )
-#set ( $open = true )
-#end
-$sf:$err.Line:$context_msg:$error_msg
+$err.SourceFile:$err.Line:$context_msg:$error_msg
#end
-
#foreach ( $warning in $warnings_list )
-#if ( $sf != $warning.SourceFile )
-#set ( $sf = $warning.SourceFile )
-#set ( $open = true )
-#end
#if ( $warning.Level <= $warning_level )
-$sf:$warning.Line: #if ( $warning.Context ) $warning.Context - #end :$warning.WarningMessage
+$warning.SourceFile:$warning.Line: #if ( $warning.Context ) $warning.Context - #end :$warning.WarningMessage
#end
#end
Received on Friday, 24 October 2008 13:28:33 UTC