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

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

index 4208e8d79106d4ec6a488d95cfe6f32291cebbd8..f55985534a7733a269738ab856f085e08cd1d9da 100644 (file)
@@ -26,7 +26,7 @@
   # 'updated_XXX' variables are booleans, and are defined if the
   # 'XXX' field was updated during the edit just being handled.
   #%]
-  
+
 [% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product
                    '[% product.name FILTER html %]'[% END %]
 [% PROCESS global/header.html.tmpl
 [% END %]
 
 [% UNLESS updated_sortkey || updated_name %]
-  <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.
+  <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.</p>
+
 [% END %]
-   
-<p>
 
 [% PROCESS admin/milestones/footer.html.tmpl %]