summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field-label.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/field-label.html.tmpl')
-rw-r--r--template/en/default/bug/field-label.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl
index 3f9187c89..858970117 100644
--- a/template/en/default/bug/field-label.html.tmpl
+++ b/template/en/default/bug/field-label.html.tmpl
@@ -28,7 +28,7 @@
[% PROCESS "bug/field-help.none.tmpl" %]
[% DEFAULT tag_name = "th" %]
-<[% tag_name %] class="field_label [% ' bz_hidden_field' IF hidden %]
+<[% tag_name FILTER html %] class="field_label [% ' bz_hidden_field' IF hidden %]
[%- ' required' IF field.is_mandatory %]"
id="field_label_[% field.name FILTER html %]"
[% IF rowspan > 0 %] rowspan="[% rowspan FILTER html %]"[% END %]>
@@ -50,4 +50,4 @@
>[%- field_descs.${field.name} FILTER html %]:</a>
[% '</label>' IF editable %]
-</[% tag_name %]>
+</[% tag_name FILTER html %]>