Commit 7692545c authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 318225: "Create" button for flags has many leading spaces.

Patch by Mark Bickford <markhb@maine.rr.com>, r=wurblzap, a=justdave
parent 2b8708b2
......@@ -17,6 +17,7 @@
# Rights Reserved.
#
# Contributor(s): Myk Melez <myk@mozilla.org>
# Mark Bickford <markhb@maine.rr.com>
#%]
[% PROCESS global/variables.none.tmpl %]
......@@ -213,10 +214,10 @@
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment