Skip to content

Commit c0e04fa

Browse files
author
Roman Syroeshko
committed
Reverted #51.
1 parent f4b5eaa commit c0e04fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ protected function setValueForPart($documentPartXML, $search, $replace, $limit)
364364
if (!String::isUTF8($replace)) {
365365
$replace = utf8_encode($replace);
366366
}
367-
$replace = htmlspecialchars($replace);
368367

369368
$regExpDelim = '/';
370369
$escapedSearch = preg_quote($search, $regExpDelim);

0 commit comments

Comments
 (0)