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 1f6a93e commit 07906c3Copy full SHA for 07906c3
Resources/views/Exception/exception_full.html.twig
@@ -1,7 +1,7 @@
1
{% extends 'TwigBundle::layout.html.twig' %}
2
3
{% block head %}
4
- <link href="{{ asset('bundles/framework/css/exception.css') }}" rel="stylesheet" type="text/css" media="all" />
+ <link href="{{ asset('bundles/framework/css/exception.css', absolute=true) }}" rel="stylesheet" type="text/css" media="all" />
5
{% endblock %}
6
7
{% block title %}
0 commit comments