Skip to content

Commit

Permalink
Form_builder fix for custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
daylightstudio committed Nov 20, 2015
1 parent 1b025a9 commit 4260648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/libraries/Form_builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ public function render_table($fields = NULL)
if ($this->label_layout != 'top')
{
$str .= $this->create_label($val, TRUE);
$str .= "</td>\n\t<td".$this->_open_field_attrs($val).">".$this->_open_field_attrs($val).$val['custom']."</td>\n</tr>\n";
$str .= "</td>\n\t<td".$this->_open_field_attrs($val).">".$val['custom']."</td>\n</tr>\n";
}
else
{
Expand Down

0 comments on commit 4260648

Please sign in to comment.