- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 11:53:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv22978
Modified Files:
ucn.properties
Log Message:
add uri everywhere
Index: ucn.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ucn.properties 25 Sep 2008 11:47:29 -0000 1.7
+++ ucn.properties 25 Sep 2008 11:53:21 -0000 1.8
@@ -33,9 +33,8 @@
#end
#if ( $sf != $err.SourceFile )
#set ( $sf = $err.SourceFile )
- <uri>$sf</uri>
#end
-
+ <uri>$sf</uri>
<error>
<line>$err.Line</line>
<context name="$context_name">#if ( $context_msg ) $context_msg #end</context>
@@ -78,10 +77,8 @@
#foreach ( $warning in $warnings_list )
#if ( $sf != $err.SourceFile )
#set ( $sf = $err.SourceFile )
-
- <uri>$sf</uri>
#end
-
+ <uri>$sf</uri>
<warning>
<line>$warning.Line</line>
<code_context>#if ( $warning.Context ) $warning.Context #end</code_context>
Received on Thursday, 25 September 2008 11:53:58 UTC