diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index 027e3fcf9..862ec7ace 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -39,7 +39,7 @@ </li> [%# Links to more things users can do with this bug. %] [% Hook.process("links") %] - <li> - <a href="#">Top of page </a></li> + <li> - <a href="#main-inner">Top of page </a></li> </ul> [% PROCESS "bug/tagging.html.tmpl" %] <hr> |