diff options
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
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 460b5b697..f21e840ba 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -6,6 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] +[% USE Bugzilla %] [% PROCESS bug/time.html.tmpl %] [% IF Param('comment_taggers_group') %] @@ -611,7 +612,6 @@ <td id="show_dependency_tree_or_graph"> Show dependency <a href="showdependencytree.cgi?id=[% bug.bug_id %]&hide_resolved=1">tree</a> - [% USE Bugzilla %] [% IF Bugzilla.localconfig.webdotbase %] / <a href="showdependencygraph.cgi?id=[% bug.bug_id %]">graph</a> [% END %] |