bugfix for dropdown in topmenu
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 24 Oct 2013 09:43:46 +0000 (11:43 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 24 Oct 2013 09:43:46 +0000 (11:43 +0200)
ui/templates/widget-topmenu.html

index f5308de..b31b133 100644 (file)
@@ -23,7 +23,7 @@
          <ul class="dropdown-menu">
            {% for dd in d.contents %}
            {% if dd.is_active %}<li class='active'>{% else %}<li class='other'>{% endif %}
-           <a class="dropdown-toggle" href="{{ dd.href }}"> {{ dd.label }} </a> </li>
+           <a href="{{ dd.href }}"> {{ dd.label }} </a> </li>
            {% endfor %}
          </ul>
         </li>