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
|
||||
);
|
||||
|
||||
// @TODO no idea
|
||||
$text = str_replace('"', '"', $text);
|
||||
// @TODO no idea, no raw
|
||||
$text = html_entity_decode($text);
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user