diff options
author | wurblzap%gmail.com <> | 2006-02-13 04:04:29 +0100 |
---|---|---|
committer | wurblzap%gmail.com <> | 2006-02-13 04:04:29 +0100 |
commit | 793ef198cd226f889f0b2ec4078dac90797a6d93 (patch) | |
tree | 05012ff841f981ee413da231927826602dfb9a34 | |
parent | e4da69640f46a72d94210b86097e73558875b6fb (diff) | |
download | bugzilla-793ef198cd226f889f0b2ec4078dac90797a6d93.tar.gz bugzilla-793ef198cd226f889f0b2ec4078dac90797a6d93.tar.xz |
Bug 326803: Wrong colspan for "summarize time" link below time tracking bar on show_bug.cgi.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
-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 2252528ac..c1f00025e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -488,7 +488,7 @@ </td> </tr> <tr> - <td colspan="6" align="right"> + <td colspan="7" align="right"> <a href="summarize_time.cgi?id=[% bug.bug_id %]&do_depends=1"> Summarize time (including time for [% terms.bugs %] blocking this [% terms.bug %])</a> |