diff options
author | ot <ot@localhost> | 2005-03-24 21:25:48 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-03-24 21:25:48 +0000 |
commit | 8a32df99397c7125c39a5d76aea915ee4a141efe (patch) | |
tree | 6c670f1c136481a6703f086adb70502b25c283e4 | |
parent | 3e732ba03eec017d75e1c64d3aa0cbdbd9ad09af (diff) | |
download | markup-validator-8a32df99397c7125c39a5d76aea915ee4a141efe.zip markup-validator-8a32df99397c7125c39a5d76aea915ee4a141efe.tar.gz markup-validator-8a32df99397c7125c39a5d76aea915ee4a141efe.tar.bz2 |
Applying patch from "victory" <w3bug at kobej.zzn.com>
and fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1180
-rw-r--r-- | share/templates/en_US/jumpbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/jumpbar.tmpl b/share/templates/en_US/jumpbar.tmpl index ce3f71f..fb56f8e 100644 --- a/share/templates/en_US/jumpbar.tmpl +++ b/share/templates/en_US/jumpbar.tmpl @@ -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> |