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.
2 parents 1053dd4 + f5c8b1d commit 86af5f2Copy full SHA for 86af5f2
Resources/doc/index.md
@@ -59,7 +59,7 @@ Add these two lines in your layout:
59
60
```jinja
61
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
62
-<script src="{{ path('fos_js_routing_js', {"callback": "fos.Router.setData"}) }}"></script>
+<script src="{{ path('fos_js_routing_js', {'callback': 'fos.Router.setData'}) }}"></script>
63
```
64
65
**Note:** if you are not using Twig, then it is no problem. What you need is to
0 commit comments