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 02dcdca commit eb520e1Copy full SHA for eb520e1
src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig
@@ -1,4 +1,4 @@
1
-{# This file is diverged from WebProfilerBundle/Resources/views/Profiler/base_js.html.twig.
+{# This file is based on WebProfilerBundle/Resources/views/Profiler/base_js.html.twig.
2
If you make any change in this file, verify the same change is needed in the other file. #}
3
<script{% if csp_script_nonce is defined and csp_script_nonce %} nonce={{ csp_script_nonce }}{% endif %}>/*<![CDATA[*/
4
{# Caution: the contents of this file are processed by Twig before loading
0 commit comments