summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
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 %]