Skip to content

Commit 21c286f

Browse files
committed
Fixed sample code syntax
1 parent e6dd26e commit 21c286f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating/hinclude.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Use the ``attributes`` option to define the value of hinclude.js options:
9393
.. code-block:: twig
9494
9595
{# by default, cross-site requests don't use credentials such as cookies, authorization
96-
headers or TLS client certificates; set this option to 'true' to use them
96+
headers or TLS client certificates; set this option to 'true' to use them #}
9797
{{ render_hinclude(controller('...'), {attributes: {data-with-credentials: 'true'}}) }}
9898
9999
{# by default, the JavaScript code included in the loaded contents is not run;

0 commit comments

Comments
 (0)