- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Mar 2005 21:25:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv1173
Modified Files:
jumpbar.tmpl
Log Message:
Applying patch from "victory" <w3bug at kobej.zzn.com>
and fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1180
Index: jumpbar.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/jumpbar.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- jumpbar.tmpl 4 Feb 2005 16:45:03 -0000 1.5
+++ jumpbar.tmpl 24 Mar 2005 21:25:48 -0000 1.6
@@ -9,7 +9,7 @@
<li><a title="Document Parse Tree" href="#parse">Parse Tree</a></li>
</TMPL_IF>
<TMPL_IF NAME="opt_show_outline">
- <li><a title="Document Outline" href="#outline">Outline</a></li>
+ <li><a title="Document Outline" href="#outlineresult">Outline</a></li>
</TMPL_IF>
</ul>
</div>
Received on Thursday, 24 March 2005 21:25:50 UTC