This commit is contained in:
parent
6784fb2531
commit
b2286f8545
|
|
@ -167,6 +167,6 @@ abstract class AbstractElement
|
|||
*/
|
||||
protected function getText($text)
|
||||
{
|
||||
return String::controlCharacterPHP2OOXML(htmlspecialchars($text));
|
||||
return String::controlCharacterPHP2OOXML($text);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue