summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2008-03-31 15:51:03 +0200
committertimeless%mozdev.org <>2008-03-31 15:51:03 +0200
commitc5d9a35c522e9630527d3c30a9dfd01d97f0f693 (patch)
treeacacc4d5b8e8de1f95ec1e4267d003dd6f6d46b4 /template/en/default/attachment
parent5ab19a8c7fba4fd2d926674af2f379ae2a237e86 (diff)
downloadbugzilla-c5d9a35c522e9630527d3c30a9dfd01d97f0f693.tar.gz
bugzilla-c5d9a35c522e9630527d3c30a9dfd01d97f0f693.tar.xz
Bug 391949 colchange, login, and a number of other forms are missing a space before checked
r=vladd a=lpsolit
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index a2c60ac25..7989dc7c9 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -236,11 +236,11 @@
value="[% attachment.contenttype FILTER html %]"><br>
<input type="checkbox" id="ispatch" name="ispatch" value="1"
- [% 'checked="checked"' IF attachment.ispatch %]>
+ [%+ 'checked="checked"' IF attachment.ispatch %]>
<label for="ispatch">patch</label>
[% END %]
<input type="checkbox" id="isobsolete" name="isobsolete" value="1"
- [% 'checked="checked"' IF attachment.isobsolete %]>
+ [%+ 'checked="checked"' IF attachment.isobsolete %]>
<label for="isobsolete">obsolete</label>
[% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %]
<input type="checkbox" id="isprivate" name="isprivate" value="1"