Reverted #51.
This commit is contained in:
parent
f4b5eaaa29
commit
c0e04fac51
|
|
@ -364,7 +364,6 @@ class TemplateProcessor
|
|||
if (!String::isUTF8($replace)) {
|
||||
$replace = utf8_encode($replace);
|
||||
}
|
||||
$replace = htmlspecialchars($replace);
|
||||
|
||||
$regExpDelim = '/';
|
||||
$escapedSearch = preg_quote($search, $regExpDelim);
|
||||
|
|
|
|||
Loading…
Reference in New Issue