diff options
author | gerv%gerv.net <> | 2002-05-01 15:23:36 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-01 15:23:36 +0200 |
commit | b23c843b30ce579f5cc679cd6a7d4f0b98e28b2d (patch) | |
tree | 1eed59b9f646e78314c864b256602de389dc9980 /template | |
parent | 30bdc10993ee2e18993f70fa388b457129b7ccd7 (diff) | |
download | bugzilla-b23c843b30ce579f5cc679cd6a7d4f0b98e28b2d.tar.gz bugzilla-b23c843b30ce579f5cc679cd6a7d4f0b98e28b2d.tar.xz |
Bug 141385 - dependency graph title is incorrect when doall is specified. Patch by zeroJ@null.net; 2xr=gerv.
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>" %] |