mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
fix html entities
This commit is contained in:
parent
905b601574
commit
3c0dbf69bd
@ -185,8 +185,8 @@ class AppExtension extends AbstractExtension
|
|||||||
$text
|
$text
|
||||||
);
|
);
|
||||||
|
|
||||||
// @TODO no idea
|
// @TODO no idea, no raw
|
||||||
$text = str_replace('"', '"', $text);
|
$text = html_entity_decode($text);
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user