Browse Source

Update Resources/views/standard_layout.html.twig

Replace p balise by div for user block.
netounet 12 năm trước cách đây
mục cha
commit
587b655539
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -78,7 +78,7 @@ file that was distributed with this source code.
                         <span class="icon-bar"></span>
                     </a>
 
-                    <p class="navbar-text pull-right">{% include admin_pool.getTemplate('user_block') %}</p>
+                    <div class="navbar-text pull-right">{% include admin_pool.getTemplate('user_block') %}</div>
 
                     {% if admin_pool is defined %}
                         {% block logo %}