summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
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/reports
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/reports')
-rw-r--r--template/en/default/reports/duplicates.html.tmpl6
-rw-r--r--template/en/default/reports/series.html.tmpl2
2 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl
index 300101db6..e4ea73882 100644
--- a/template/en/default/reports/duplicates.html.tmpl
+++ b/template/en/default/reports/duplicates.html.tmpl
@@ -71,13 +71,13 @@
work with:</td>
<td>
<input type="radio" name="sortvisible" id="entirelist" value="0"
- [% "checked" IF NOT sortvisible %]>
+ [%+ "checked" IF NOT sortvisible %]>
<label for="entirelist">
entire list
</label>
<br>
<input type="radio" name="sortvisible" id="visiblelist" value="1"
- [% "checked" IF sortvisible %]>
+ [%+ "checked" IF sortvisible %]>
<label for="visiblelist">
currently visible list
</label>
@@ -116,7 +116,7 @@
</td>
<td>
<input type="checkbox" name="openonly" id="openonly" value="1"
- [% "checked" IF openonly %]>
+ [%+ "checked" IF openonly %]>
</td>
</tr>
diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl
index 66d7eb232..3cf939003 100644
--- a/template/en/default/reports/series.html.tmpl
+++ b/template/en/default/reports/series.html.tmpl
@@ -69,7 +69,7 @@
completely, if you want to change who can make series public. %]
[% IF user.in_group('admin') %]
<input type="checkbox" name="public"
- [% "checked='checked'" IF default.public.0 %]>
+ [%+ "checked='checked'" IF default.public.0 %]>
<span style="font-weight: bold;">Visible to all<br>
(within group restrictions)</span>
[% END %]