This commit is contained in:
Roman Syroeshko 2014-10-22 19:53:50 +04:00
parent 6784fb2531
commit b2286f8545
1 changed files with 1 additions and 1 deletions

View File

@ -167,6 +167,6 @@ abstract class AbstractElement
*/
protected function getText($text)
{
return String::controlCharacterPHP2OOXML(htmlspecialchars($text));
return String::controlCharacterPHP2OOXML($text);
}
}