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

Patch by Mark Bickford <markhb@maine.rr.com>,
r=wurblzap, a=justdave
This commit is contained in:
wurblzap%gmail.com 2005-12-02 22:27:05 +00:00
parent 2a42ed3a43
commit e6c12ea90c

View 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 %]
@ -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>