]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt
authorTiago Mello <timello@linux.vnet.ibm.com>
Tue, 22 Jun 2010 02:36:53 +0000 (19:36 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 22 Jun 2010 02:36:53 +0000 (19:36 -0700)
(>) at template/en/default/bug/field-label.html.tmpl line 34'
r=mkanat, a=mkanat

template/en/default/bug/field-label.html.tmpl

index 858970117bc64639877277ed63edbb2fff988d8b..54f97ecd76d4e99b9eb0e946c528587355045192 100644 (file)
@@ -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 %]
     <label for="[% field.name FILTER html %]">