Symfony 2.8调试工具栏呈现为空

时间:2017-08-18 11:03:57

标签: symfony toolbar

我发现我的调试工具栏几乎是空的内容:

<div id="sfToolbarMainContent-c7947c" class="sf-toolbarreset clear-fix" data-no-turbolink>

<a class="hide-button" title="Close Toolbar" tabindex="-1" accesskey="D" onclick="
    var p = this.parentNode;
    p.style.display = 'none';
    (p.previousElementSibling || p.previousSibling).style.display = 'none';
    document.getElementById('sfMiniToolbar-c7947c').style.display = 'block';
    Sfjs.setPreference('toolbar/displayState', 'none');
">
    <svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
<path fill="#AAAAAA" d="M21.1,18.3c0.8,0.8,0.8,2,0,2.8c-0.4,0.4-0.9,0.6-1.4,0.6s-1-0.2-1.4-0.6L12,14.8l-6.3,6.3
c-0.4,0.4-0.9,0.6-1.4,0.6s-1-0.2-1.4-0.6c-0.8-0.8-0.8-2,0-2.8L9.2,12L2.9,5.7c-0.8-0.8-0.8-2,0-2.8c0.8-0.8,2-0.8,2.8,0L12,9.2
l6.3-6.3c0.8-0.8,2-0.8,2.8,0c0.8,0.8,0.8,2,0,2.8L14.8,12L21.1,18.3z"/>
</svg>
</a>
</div>

enter image description here

而不是正确的(您可以通过访问路由/app_dev.php/_wdt/78273e来看到这一点,其中78273e - 是示例哈希):

enter image description here

没有JS和页面错误,所有标签正文都可以。 不知道什么时候它被打破了。 有人面对这样的情况吗?

0 个答案:

没有答案