validator/share/templates/en_US ucn_output.tmpl,1.25,1.26

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22066/share/templates/en_US

Modified Files:
	ucn_output.tmpl 
Log Message:
up

Index: ucn_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ucn_output.tmpl	8 Jun 2010 14:59:50 -0000	1.25
+++ ucn_output.tmpl	8 Jun 2010 15:12:56 -0000	1.26
@@ -104,9 +104,6 @@
 
 <TMPL_LOOP NAME="file_errors">
 
-#set ($line=<TMPL_VAR NAME="line">) 
-#set ($column=<TMPL_VAR NAME="char">) 
-
 <TMPL_IF NAME="have_warnings">
 <message type="warning">
 	<title><TMPL_INCLUDE NAME="ucn_warnings.tmpl"></title>
@@ -115,14 +112,14 @@
 
 <TMPL_IF NAME="err_type_err">
 <message type="error">
-	<context #if($line)line="$line"#end #if($column)column="$column"#end>"><TMPL_VAR NAME="src"></context>
+	<context <TMPL_IF NAME="line">line="<TMPL_VAR NAME="line">"</TMPL_IF> <TMPL_IF NAME="char">column="<TMPL_VAR NAME="char">"</TMPL_IF>><TMPL_VAR NAME="src"></context>
 	<title><TMPL_VAR NAME="msg" ESCAPE="HTML"></title>
 </message>
 </TMPL_IF>
 
 <TMPL_IF NAME="err_type_warn">
 <message type="warning">
-	<context #if($line)line="$line"#end #if($column)column="$column"#end>"><TMPL_VAR NAME="src"></context>
+	<context <TMPL_IF NAME="line">line="<TMPL_VAR NAME="line">"</TMPL_IF> <TMPL_IF NAME="char">column="<TMPL_VAR NAME="char">"</TMPL_IF>><TMPL_VAR NAME="src"></context>
 	<title><TMPL_VAR NAME="msg" ESCAPE="HTML"></title>
 </message>
 </TMPL_IF>

Received on Tuesday, 8 June 2010 15:13:02 UTC