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