]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 318225: "Create" button for flags has many leading spaces.
authorwurblzap%gmail.com <>
Sat, 3 Dec 2005 06:45:19 +0000 (06:45 +0000)
committerwurblzap%gmail.com <>
Sat, 3 Dec 2005 06:45:19 +0000 (06:45 +0000)
Patch by Mark Bickford <markhb@maine.rr.com>,
r=wurblzap, a=justdave

template/en/default/admin/flag-type/edit.html.tmpl

index 8491a1e7fa1bd6bf84d273fb6818b4593ed60c08..bbf99d0f2d472f8694a2159baffb4e123edd69bf 100644 (file)
@@ -17,6 +17,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Myk Melez <myk@mozilla.org>
+  #                 Mark Bickford <markhb@maine.rr.com>
   #%]
 
 [% PROCESS global/variables.none.tmpl %]
     <tr>
       <th></th>
       <td>
-        <input type="submit" value="        
-          [% IF (last_action == "enter" || last_action == "copy") %]Create 
-          [% ELSE %]Save Changes 
-          [% END %]">
+        <input type="submit" value="
+          [%- IF (last_action == "enter" || last_action == "copy") %]Create
+          [%- ELSE %]Save Changes
+          [%- END %]">
       </td>
     </tr>