]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365456 bug/summarize-time uses p as br
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 07:59:20 +0000 (07:59 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 07:59:20 +0000 (07:59 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/bug/summarize-time.html.tmpl

index 535b486e7fecc6a61817065ceb1dd7ed1e8c4772..76a3858fb4f58906670b7aa4a7baf7e673e88c52 100644 (file)
@@ -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 %]
 
     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 %]
 
         [% 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 %]