]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365554 global/user-error uses p as br
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 08:57:08 +0000 (08:57 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 08:57:08 +0000 (08:57 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/global/user-error.html.tmpl

index aebaf117816e5c6e51b5701c06f8c854300e0a31..f4822752132722c0e5838f648cba9548c031d0e7 100644 (file)
       and then insert the URL to it in a comment, or in the URL field
       for this [% terms.bug %].
     [% END %]
-    <p>Alternately, if your attachment is an image, you could convert
+    <br>Alternately, if your attachment is an image, you could convert
     it to a compressible format like JPG or PNG and try again.
 
   [% ELSIF error == "flag_not_multiplicable" %]
     [% admindocslinks = {'versions.html' => 'Defining versions'} %]
     Sorry, the product <em>[% product.name FILTER html %]</em>
     has to have at least one version in order for you to
-    enter [% terms.abug %] into it.<p>
+    enter [% terms.abug %] into it.<br>
     [% IF user.in_group("editcomponents", product.id) %]
       <a href="editversions.cgi?action=add&amp;product=[% product.name FILTER url_quote %]">Create
       a new version</a>.