diff --git a/themes/openAV-Luppp/templates/base.html b/themes/openAV-Luppp/templates/base.html index a645cc8..085193d 100644 --- a/themes/openAV-Luppp/templates/base.html +++ b/themes/openAV-Luppp/templates/base.html @@ -46,7 +46,7 @@ {% endif %} {% if LINKS|length > 0 %} {% for title, link in LINKS %} -
  • {{ title }}
  • +
  • {{ title }}
  • {% endfor %} {% endif %}