]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365506 admin/products/updated uses strange mark up
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 08:52:36 +0000 (08:52 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 08:52:36 +0000 (08:52 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/admin/products/updated.html.tmpl

index 8a0790d6ec70dcadde360406362a964767b5990c..372f1580508f146264d022227fc32f15aa8be42c 100644 (file)
   <a href="editproducts.cgi?action=edit&amp;product=
   [%- product.name FILTER url_quote %]
   [%- classification_url_part FILTER none %]">[% product.name FILTER html %]</a>.
+  </p>
   [% updated = 1 %]
 [% END %]
 
 
 [% IF product.description != old_product.description %]
   <p>
-    Updated description to:</p>
+    Updated description to:
   </p>
   <p style="margin: 1em 3em 1em 3em">[% product.description FILTER html_light %]</p>
   [% updated = 1 %]
@@ -88,6 +89,7 @@
     open for 
   [% END %]
   new [% terms.bugs %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
   Updated votes per user from
   [%+ old_product.votes_per_user FILTER html %] to 
   [%+ product.votes_per_user FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
   Updated maximum votes per [% terms.bug %] from 
   [%+ old_product.max_votes_per_bug FILTER html %] to 
   [%+ product.max_votes_per_bug FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
   Updated number of votes needed to confirm a [% terms.bug %] from
   [%+ old_product.votes_to_confirm FILTER html %] to 
   [%+ product.votes_to_confirm FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
 [% UNLESS updated %]
-  <p>Nothing changed for product '[% product.name FILTER html %]'.
+  <p>Nothing changed for product '[% product.name FILTER html %]'.</p>
 [% END %]
 
 [%# Note that this display of changed votes and/or confirmed bugs is
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
   <p>Checking existing votes in this product for anybody
   who now has too many total votes...<br>
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
   <p>Checking unconfirmed [% terms.bugs %] in this product for any which now have
   sufficient votes...<br>
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
 [% END %]