diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-08 15:22:45 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-08 15:22:45 +0100 |
commit | f86567c1f22f5d4dfa9bcc097efaef3ecb8b44bc (patch) | |
tree | f760021037129b07d8fe2565e4972e64eab014fb /template/en | |
parent | 19e368ee6d070699e52c845c324143568f08444a (diff) | |
download | bugzilla-f86567c1f22f5d4dfa9bcc097efaef3ecb8b44bc.tar.gz bugzilla-f86567c1f22f5d4dfa9bcc097efaef3ecb8b44bc.tar.xz |
Bug 1427800 - Wrong anchor scrolling with old UI
Diffstat (limited to 'template/en')
-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> |