1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +02:00

Add escape for editor input data

This commit is contained in:
Taly 2019-03-31 18:42:50 +03:00
parent 568e980f86
commit 864e3fa281

View file

@ -9,7 +9,7 @@
<section data-module="writing">
<textarea name="module-settings" hidden>
{
"page": {{ page | json_encode }}
"page": {{ page | json_encode | escape }}
}
</textarea>
<header class="writing-header">