BUG-10703 When draft a case the 'Next Task' title don't render html tags.
Was added a validation to render html tags.
This commit is contained in:
@@ -905,7 +905,7 @@ try {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$title = htmlentities($aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE']);
|
$title = htmlentities($aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE'], ENT_QUOTES, 'UTF-8');
|
||||||
$aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE'] = $title;
|
$aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE'] = $title;
|
||||||
|
|
||||||
$G_PUBLISH->AddContent( 'smarty', $tplFile, '', '', $aFields );
|
$G_PUBLISH->AddContent( 'smarty', $tplFile, '', '', $aFields );
|
||||||
|
|||||||
Reference in New Issue
Block a user