From: Tiago Mello Date: Tue, 22 Jun 2010 02:36:53 +0000 (-0700) Subject: Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt X-Git-Tag: bugzilla-3.7.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059dd26f1cf118f33711bb4078df5ae1aef4f36a;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index 858970117b..54f97ecd76 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 %]