1.1 --- a/templates/theme.html Sun Jan 19 10:13:39 2014 +0100
1.2 +++ b/templates/theme.html Sun Jan 19 10:14:19 2014 +0100
1.3 @@ -45,8 +45,8 @@
1.4 {%- if href[1:] == act -%}
1.5 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.6 {% endfor %}
1.7 - <li class="module-language"><a class="link-yellow" href="./de">DE</a></li>
1.8 - <li><a class="link-yellow" href="./en">EN</a></li>
1.9 + <li class="module-language"><a class="link-yellow" href="/de">DE</a></li>
1.10 + <li><a class="link-yellow" href="/en">EN</a></li>
1.11 </ul>
1.12 </div><!--/.nav-collapse -->
1.13 </div>