summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2002-07-06 18:33:37 +0200
committerjouni%heikniemi.net <>2002-07-06 18:33:37 +0200
commitef7c3883b5b4f8ef385f7d2d935c8ae3990e6249 (patch)
treeb2397b4ad025bceff63981ea1d7de50d53690326 /template
parent5daa491dbbb1d678a45d2eea0d3bd63ddc309dd3 (diff)
downloadbugzilla-ef7c3883b5b4f8ef385f7d2d935c8ae3990e6249.tar.gz
bugzilla-ef7c3883b5b4f8ef385f7d2d935c8ae3990e6249.tar.xz
Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post-templatization.
r=gerv,bbaetz
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index f88fb4002..83972baae 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -25,7 +25,7 @@
title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id"
h2 = filtered_desc
- header_html = navigation_links()
+ header_html = navigation_links
%]
[% END %]