Browse Source

Merge pull request #369 from craue/patch-7

removed misplaced closing li tag
Thomas 13 years ago
parent
commit
1849b9f5f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/standard_layout.html.twig

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

@@ -98,7 +98,7 @@ file that was distributed with this source code.
                                 </li>
                             {% endfor %}
                         </ul>
-                        <p class="pull-right">{% block user_block %}<a href="#">Login/Logout</a></li>{% endblock %}</p>
+                        <p class="pull-right">{% block user_block %}<a href="#">Login/Logout</a>{% endblock %}</p>
                     </div>
                 </div>
             </div>