Merge pull request #1778 from frederic34/patch-2

Update html.form.class.php
This commit is contained in:
Laurent Destailleur 2014-07-28 19:48:16 +02:00
commit 827bf4b22a

View File

@ -4093,7 +4093,7 @@ class Form
$ret.='<table class="nobordernopadding" width="100%"><tr class="nobordernopadding"><td class="nobordernopadding">';
}
$ret.=$object->$fieldref;
$ret.=dol_htmlentities($object->$fieldref);
if ($morehtmlref)
{
$ret.=' '.$morehtmlref;