1.1 --- a/templates/ozoneloss_vpsc.html Wed May 21 14:09:44 2014 +0200
1.2 +++ b/templates/ozoneloss_vpsc.html Thu May 22 11:04:31 2014 +0200
1.3 @@ -10,8 +10,7 @@
1.4
1.5 <ul class="nav navbar-nav navbar-right">
1.6 {% for href, caption in get_vpsc_dates(): %}
1.7 - {%- if href[1:] == act -%}
1.8 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.9 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
1.10
1.11 {% endfor %}
1.12 </ul>