From 77e50dc4896a62f04ce7f369be4a8ea3bdf687e4 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Fri, 26 Feb 2016 13:40:28 +0100
Subject: [PATCH] Fix broken tags.

---
 templates/index.twig.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/templates/index.twig.html b/templates/index.twig.html
index 9e17fcb12..c88893418 100644
--- a/templates/index.twig.html
+++ b/templates/index.twig.html
@@ -23,8 +23,9 @@
         <h2>Configuration</h2>
         <ul>
             {% for url, page in adminpages %}
-            <li></li>
-            <a href="{{ url }}">{{ page }}</li>
+            <li>
+                <a href="{{ url }}">{{ page }}</a>
+            </li>
             {% endfor %}
         </ul>
         </div>
-- 
GitLab