]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365515 admin/versions/updated has useless <p>
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 08:55:28 +0000 (08:55 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 08:55:28 +0000 (08:55 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

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

index 8f679c4aa460b1666b7d0d698a0f3739646e875b..851fd638b46a59a048eea3dea83c6036ca810a13 100644 (file)
 [% IF updated %]
   <p>Updated Version name to: '[% version.name FILTER html %]'.</p>
 [% ELSE %]
-  <p>Nothing changed for version '[% version.name FILTER html %]'.
+  <p>Nothing changed for version '[% version.name FILTER html %]'.</p>
 [% END %]
-   
-<p>
 
 [% PROCESS admin/versions/footer.html.tmpl %]