Skip to content

Commit a18c646

Browse files
committed
Minor tweak
1 parent e3bf421 commit a18c646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/server-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ them later in JavaScript. For example:
1010

1111
<div class="js-user-rating"
1212
data-is-authenticated="{{ app.user ? 'true' : 'false' }}"
13-
data-user="{{ app.user|serialize(format = 'json')|e('html_attr') }}"
13+
data-user="{{ app.user|serialize(format = 'json')|e('html') }}"
1414
>
1515
<!-- ... -->
1616
</div>

0 commit comments

Comments
 (0)