diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/dependency-graph.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 8521a0c35..93c515bd8 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -34,7 +34,7 @@ h1 = title %] -[% IF NOT multiple_bugs %] +[% IF NOT multiple_bugs AND NOT doall %] [% title = "$title for bug $bug_id" h1 = "$h1 for bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" %] |