Unverified Commit d0eeba71 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(core) Fix various cases of HTML escaping

msgPool always returns escaped string because it may be used from
 smarty.
htmlescape now calls htmlspecialchars instead of htmlentities, allowing
 to escape strings with % without losing sprintf capability.

issue #6071
Showing with 104 additions and 96 deletions
+104 -96
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment