mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
Add escape for editor input data (#83)
This commit is contained in:
parent
568e980f86
commit
c16493130d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue