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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user