Skip to content

Commit b2286f8

Browse files
author
Roman Syroeshko
committed
[FIXED] #401
1 parent 6784fb2 commit b2286f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/Word2007/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ private function writeTextStyle($styleType)
167167
*/
168168
protected function getText($text)
169169
{
170-
return String::controlCharacterPHP2OOXML(htmlspecialchars($text));
170+
return String::controlCharacterPHP2OOXML($text);
171171
}
172172
}

0 commit comments

Comments
 (0)