mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
CustomFields : Bootstrap integration
SVN:trunk[3944]
This commit is contained in:
@@ -91,9 +91,9 @@ class RenderingOutput
|
||||
* @param string $sHtml
|
||||
* @return \Combodo\iTop\Renderer\RenderingOutput
|
||||
*/
|
||||
public function AddHtml($sHtml)
|
||||
public function AddHtml($sHtml, $bEncodeHtmlEntities = false)
|
||||
{
|
||||
$this->sHtml .= $sHtml;
|
||||
$this->sHtml .= ($bEncodeHtmlEntities) ? htmlentities($sHtml, ENT_QUOTES, 'UTF-8') : $sHtml;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user