- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Mon, 15 Nov 2004 05:27:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv21300/share/templates/en_US
Modified Files:
invalid.tmpl
Log Message:
re-adding error message explanations - still misses Jim's bit of JS to load them only once.
http://www.w3.org/Bugs/Public/show_bug.cgi?id=906
Index: invalid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/invalid.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- invalid.tmpl 7 Sep 2004 20:58:36 -0000 1.5
+++ invalid.tmpl 15 Nov 2004 05:27:11 -0000 1.6
@@ -30,6 +30,7 @@
<span class="msg"><TMPL_VAR NAME="msg"></span>
<TMPL_IF NAME="uri">(<a href="<TMPL_VAR NAME="uri">">explain...</a>)</TMPL_IF>.
<pre><code class="input"><TMPL_VAR NAME="src"></code></pre>
+<TMPL_IF NAME="expl"><TMPL_VAR NAME="expl"></TMPL_IF>
</li>
</TMPL_LOOP>
</ol>
Received on Monday, 15 November 2004 05:27:13 UTC