validator/share/templates/en_US ucn_output.tmpl,1.3,1.4

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

Modified Files:
	ucn_output.tmpl 
Log Message:
context element in http://www.w3.org/QA/2006/obs_framework/?cat=response looks promising

Index: ucn_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ucn_output.tmpl	5 Sep 2006 04:02:51 -0000	1.3
+++ ucn_output.tmpl	5 Sep 2006 08:03:37 -0000	1.4
@@ -19,8 +19,8 @@
 	      <line><TMPL_VAR NAME="line"></line>
 	      <column><TMPL_VAR NAME="char"></column>
 	      <message><TMPL_VAR NAME="msg" ESCAPE="HTML"></message>
-	      <longmessage>
-		<p><code class="input"><TMPL_VAR NAME="src"></code></p>
+	 	  <context><TMPL_VAR NAME="src"></context>
+    <longmessage>
 		<p><a href="http://validator.w3.org/docs/errors.html#ve-<TMPL_VAR NAME="num">">Details...</a></p>
 	</longmessage>
 	    </error>
@@ -37,8 +37,8 @@
 	    <line><TMPL_VAR NAME="line"></line>
 	    <column><TMPL_VAR NAME="char"></column>
 	    <message><TMPL_VAR NAME="msg" ESCAPE="HTML"></message>
+    	<context><TMPL_VAR NAME="src"></context>
 	    <longmessage>
-	    	<p><code class="input"><TMPL_VAR NAME="src"></code></p>
 			<p><a href="http://validator.w3.org/docs/errors.html#ve-<TMPL_VAR NAME="num">">Details...</a></p>
 	    </longmessage>
 	  </warning>

Received on Tuesday, 5 September 2006 08:03:52 UTC