mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
fix double quot rendering
This commit is contained in:
parent
f8ce625877
commit
905b601574
@ -185,6 +185,9 @@ class AppExtension extends AbstractExtension
|
||||
$text
|
||||
);
|
||||
|
||||
// @TODO no idea
|
||||
$text = str_replace('"', '"', $text);
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user