summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/summarize-time.html.tmpl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 08:59:20 +0100
committertimeless%mozdev.org <>2007-01-08 08:59:20 +0100
commit5f88dde83d62b5632f77ef3ac2614355a25cef40 (patch)
treeeeaaa2205688f2887f9c20a2324cb54de6c9e159 /template/en/default/bug/summarize-time.html.tmpl
parent218456ce9ad18536b26e82ed1dcb9f47ca809d9b (diff)
downloadbugzilla-5f88dde83d62b5632f77ef3ac2614355a25cef40.tar.gz
bugzilla-5f88dde83d62b5632f77ef3ac2614355a25cef40.tar.xz
Bug 365456 bug/summarize-time uses p as br
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/bug/summarize-time.html.tmpl')
-rw-r--r--template/en/default/bug/summarize-time.html.tmpl12
1 files changed, 3 insertions, 9 deletions
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl
index 535b486e7..76a3858fb 100644
--- a/template/en/default/bug/summarize-time.html.tmpl
+++ b/template/en/default/bug/summarize-time.html.tmpl
@@ -25,7 +25,7 @@
[% title = title _ "$terms.Bug $ids.0: " %]
[% header = (header _ " (and $terms.bugs blocking it)") IF do_depends %]
[% ELSE %]
- [% title = title _ "($ids.size $terms.bugs selected)" %]
+ [% title = title _ "($ids.size $terms.bugs selected)" %]
[% header = title %]
[% END %]
@@ -35,11 +35,9 @@
style_urls = ["skins/standard/summarize-time.css"]
%]
-<p>
-
[% IF ids.size == 0 %]
- No [% terms.bugs %] specified or visible.
+ <p>No [% terms.bugs %] specified or visible.</p>
[% ELSE %]
@@ -49,7 +47,6 @@
[% global.grand_total = 0 %]
- <p>
[% FOREACH workdata = part_list %]
[% part = parts.shift %]
<div align="right">
@@ -66,7 +63,6 @@
[% ELSE %]
[% INCLUDE owner_report %]
[% END %]
- <p>
[% END %]
[% IF monthly %]
@@ -76,15 +72,13 @@
[% IF null.keys.size > 0 %]
[% INCLUDE inactive_report %]
- <p>
- <h4 style="margin: 0">Total of [% null.keys.size %]
+ <h4 style="margin: 0">Total of [% null.keys.size %]
inactive [% terms.bugs %]</h4>
[% END %]
[% END %]
[% END %]
-<p>
[% PROCESS global/footer.html.tmpl %]