Merge pull request #1006 from julceslauhub/master

BUG 7222 Etiquetas con HTML muestran caracteres html extra en las filas SOLVED
This commit is contained in:
julceslauhub
2012-11-28 10:24:44 -08:00

View File

@@ -807,7 +807,7 @@ class XmlForm_Field
public function NSGridLabel ($show = false)
{
$idv = 'pm:label="' . $this->pmLabel . '"';
$idv = 'pm:label="' . htmlentities($this->pmLabel, ENT_COMPAT, 'utf-8') . '"';
if ($show) {
return $idv;
} else {