Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 18a1312

Browse files
ping-localhostharoldiedema
authored andcommitted
FIX: Incorrect include (#83)
1 parent e12840f commit 18a1312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Bundle/Resources/views/profiler.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
</ul>
117117
<div style="clear: both;"></div>
118118

119-
{{ include("WebpackBundle::sections:output.html.twig") }}
120-
{{ include("WebpackBundle::sections:assets.html.twig") }}
121-
{{ include("WebpackBundle::sections:config.html.twig") }}
119+
{{ include("WebpackBundle:sections:output.html.twig") }}
120+
{{ include("WebpackBundle:sections:assets.html.twig") }}
121+
{{ include("WebpackBundle:sections:config.html.twig") }}
122122

123123
<script>sfWebpackSwitchTab('output');</script>
124124
{% endif %}

0 commit comments

Comments
 (0)