diff options
author | mkanat%bugzilla.org <> | 2009-08-12 03:45:33 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-08-12 03:45:33 +0200 |
commit | 7035153b2ed0b16e8ba0c859636b5839f70f6fd2 (patch) | |
tree | a46580fa6a0bc214fec93efa49eb1afcb0e1385d /template/en/default/bug | |
parent | bf68d5918c2eea9b123ee36c7f3541cc1154e060 (diff) | |
download | bugzilla-7035153b2ed0b16e8ba0c859636b5839f70f6fd2.tar.gz bugzilla-7035153b2ed0b16e8ba0c859636b5839f70f6fd2.tar.xz |
Do requested checkin fixes for bug 509108.
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index 9592301f7..4a3d063af 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -43,10 +43,12 @@ ([% this_bug_idx + 1 %] of [% last_bug_list.size %]) [% END %] -[% IF this_bug_idx != -1 %] - <a href="show_bug.cgi?id=[% last_bug_list.first FILTER url_quote %]">First</a> - <a href="show_bug.cgi?id=[% last_bug_list.last FILTER url_quote %]">Last</a> -[% END %] + [% IF this_bug_idx != -1 %] + <a href="show_bug.cgi?id= + [%- last_bug_list.first FILTER url_quote %]">First</a> + <a href="show_bug.cgi?id= + [%- last_bug_list.last FILTER url_quote %]">Last</a> + [% END %] [% IF bug.bug_id %] [% IF this_bug_idx != -1 %] |