Skip to content

Commit 4c518f0

Browse files
committed
Change html+twig code-block to twig
1 parent 7b3530b commit 4c518f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ used to pass attributes to the rendered ``<script>`` tags.
10771077
You can use the `NelmioSecurityBundle`_ to generate the nonce and include
10781078
it in the CSP header, and then pass the same nonce to the Twig function:
10791079

1080-
.. code-block:: html+twig
1080+
.. code-block:: twig
10811081
10821082
{{ importmap('app', {'nonce': csp_nonce('script')}) }}
10831083

0 commit comments

Comments
 (0)