1.1 --- a/templates/theme.html Sun Jan 19 09:21:55 2014 +0100
1.2 +++ b/templates/theme.html Sun Jan 19 09:45:04 2014 +0100
1.3 @@ -43,7 +43,7 @@
1.4 <ul class="nav navbar-nav navbar-right">
1.5 {% for href, caption in get_topmenue(): %}
1.6 {%- if href[1:] == act -%}
1.7 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ _(caption) }}</a></li>
1.8 + <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.9 {% endfor %}
1.10 <li class="module-language"><a class="link-yellow" href="./de">DE</a></li>
1.11 <li><a class="link-yellow" href="./en">EN</a></li>