[TwigBundle] added missing absolute URL in Twig exceptions

This commit is contained in:
Fabien Potencier 2014-12-24 07:54:29 +01:00
parent aaf4c84557
commit e4bb2c708d

View File

@ -1,7 +1,7 @@
{% extends 'TwigBundle::layout.html.twig' %}
{% block head %}
<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" />
{% endblock %}
{% block title %}