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

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

index c7f676e6793df1324b33c65320a844f9f4696cd5..7b76abb6341e0409fd21072efc94594192f5812f 100644 (file)
 [% END %]
 
 [% UNLESS (updated_sortkey || updated_value) %]
-  <p>Nothing changed for field value '[% value FILTER html %]'.
+  <p>Nothing changed for field value '[% value FILTER html %]'.</p>
 [% END %]
-   
-<p>
 
 [% PROCESS admin/fieldvalues/footer.html.tmpl %]