We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bf421 commit a18c646Copy full SHA for a18c646
frontend/server-data.rst
@@ -10,7 +10,7 @@ them later in JavaScript. For example:
10
11
<div class="js-user-rating"
12
data-is-authenticated="{{ app.user ? 'true' : 'false' }}"
13
- data-user="{{ app.user|serialize(format = 'json')|e('html_attr') }}"
+ data-user="{{ app.user|serialize(format = 'json')|e('html') }}"
14
>
15
<!-- ... -->
16
</div>
0 commit comments