From 4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 6 Jun 2010 12:37:50 -0700 Subject: Bug 450301: Simplify searching UI, forgot some filters, fixes burning in tinderbox r=LpSolit, a=LpSolit --- template/en/default/bug/field-label.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug') 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 %]: [% '' IF editable %] - + -- cgit v1.2.3-24-g4f1b