Merge pull request #1778 from frederic34/patch-2
Update html.form.class.php
This commit is contained in:
commit
827bf4b22a
@ -4093,7 +4093,7 @@ class Form
|
|||||||
$ret.='<table class="nobordernopadding" width="100%"><tr class="nobordernopadding"><td class="nobordernopadding">';
|
$ret.='<table class="nobordernopadding" width="100%"><tr class="nobordernopadding"><td class="nobordernopadding">';
|
||||||
}
|
}
|
||||||
|
|
||||||
$ret.=$object->$fieldref;
|
$ret.=dol_htmlentities($object->$fieldref);
|
||||||
if ($morehtmlref)
|
if ($morehtmlref)
|
||||||
{
|
{
|
||||||
$ret.=' '.$morehtmlref;
|
$ret.=' '.$morehtmlref;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user