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

template/en/default/admin/groups/edit.html.tmpl

index ad59ac28b581084b1656660f6610485a258b8b57..6f333f5c3ec2a63c6d42da670e0ff350869c6d85 100644 (file)
     [% END %]
   </table>
 
-  <p>
-    Users become members of this group in one of three ways:
+  <p>Users become members of this group in one of three ways:</p>
     <ul>
       <li> by being explicity included when the user is edited.
       <li> by matching the user regexp above.
       </tr>
     [% END %]
   </table>
-  
+
   <input type="submit" id="update" value="Save Changes">
   <br>
   <dl>
       <td>
         <h4>Conversion of groups created with [% terms.Bugzilla %]
         versions 2.16 and prior:</h4>
-        
+
         <ul>
           <li>Remove all explicit memberships from this group: 
             <input name="remove_explicit_members" type="submit" id="remove_explicit_members" value="Remove Memberships">
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-Back to the <a href="editgroups.cgi">group list</a>.
+<p>Back to the <a href="editgroups.cgi">group list</a>.</p>
 
 [% PROCESS global/footer.html.tmpl %]