Commit 059dd26f authored by Tiago Mello's avatar Tiago Mello Committed by Max Kanat-Alexander

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
parent c72ad400
......@@ -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 %]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment