validator/share/templates/en_US ucn_output.tmpl,1.1,1.2

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

Modified Files:
	ucn_output.tmpl 
Log Message:
source display in longmessage

Index: ucn_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ucn_output.tmpl	1 Aug 2006 06:10:54 -0000	1.1
+++ ucn_output.tmpl	5 Sep 2006 03:19:38 -0000	1.2
@@ -19,7 +19,9 @@
 	      <line><TMPL_VAR NAME="line"></line>
 	      <column><TMPL_VAR NAME="char"></column>
 	      <message><TMPL_VAR NAME="msg" ESCAPE="HTML"></message>
-	      <longmessage><TMPL_IF NAME="expl"><TMPL_VAR NAME="expl"></TMPL_IF></longmessage>
+	      <longmessage>
+		<pre><code class="input"><TMPL_VAR NAME="src"></code></pre>
+		<TMPL_IF NAME="expl"><TMPL_VAR NAME="expl"></TMPL_IF></longmessage>
 	    </error>
 	  </TMPL_IF></TMPL_LOOP>
 	</errorlist>

Received on Tuesday, 5 September 2006 03:19:51 UTC