From 059dd26f1cf118f33711bb4078df5ae1aef4f36a Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 21 Jun 2010 19:36:53 -0700 Subject: Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt (>) at template/en/default/bug/field-label.html.tmpl line 34' r=mkanat, a=mkanat --- template/en/default/bug/field-label.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index 858970117..54f97ecd7 100644 --- a/template/en/default/bug/field-label.html.tmpl +++ b/template/en/default/bug/field-label.html.tmpl @@ -31,7 +31,7 @@ <[% 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 %]> + [% IF rowspan %] rowspan="[% rowspan FILTER html %]"[% END %]> [% IF editable %]