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

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

index a4cbfdf5bac4442c587808b9da7aba686d4b1117..3a07a77288efce2c5bbc000f28ab4ce72314a5b7 100644 (file)
@@ -52,7 +52,6 @@
 %]
 
 [% IF updated_description %]
-  <p>
   <table>
     <tr>
       <td>Updated description to:</td>
@@ -91,7 +90,7 @@
 [% UNLESS updated_description || updated_initialowner || 
           updated_initialqacontact || updated_name  ||
           updated_initialcc %]
-  <p>Nothing changed for component '[% comp.name FILTER html %]'.
+  <p>Nothing changed for component '[% comp.name FILTER html %]'.</p>
 [% END %]
 
 [% PROCESS admin/components/footer.html.tmpl %]