summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-08-12 03:45:33 +0200
committermkanat%bugzilla.org <>2009-08-12 03:45:33 +0200
commit7035153b2ed0b16e8ba0c859636b5839f70f6fd2 (patch)
treea46580fa6a0bc214fec93efa49eb1afcb0e1385d /template
parentbf68d5918c2eea9b123ee36c7f3541cc1154e060 (diff)
downloadbugzilla-7035153b2ed0b16e8ba0c859636b5839f70f6fd2.tar.gz
bugzilla-7035153b2ed0b16e8ba0c859636b5839f70f6fd2.tar.xz
Do requested checkin fixes for bug 509108.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/navigate.html.tmpl10
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 %]