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 233174e commit 4e8d394Copy full SHA for 4e8d394
frontend/encore/server-data.rst
@@ -35,7 +35,7 @@ method that returns an array, you could do the following:
35
36
.. code-block:: twig
37
38
- <div data-user-profile="{{ app.user ? app.user.profileData|json_encode|e('html_attr') : '' }}">
+ <div data-user-profile="{{ app.user ? app.user.profileData|json_encode|e('html_attr') }}">
39
<!-- ... -->
40
</div>
41
0 commit comments