that's why -however the second tab is not refreshed during hazelnut's plugin_update
[unfold.git] / plugins / tabs / tabs.html
index 35c1e97..298dec9 100644 (file)
@@ -1,6 +1,6 @@
 <ul class="nav nav-tabs" id='tabs-{{ domid }}'>
 {% for son in sons %}
-<li{% if son.is_active %} class='active'{% endif %}> <a href="#{{ son.domid }}" data-toggle="tab">{{ son.title }}</a> </li>
+<li{% if son.is_active %} class='active'{% endif %}> <a href="#tab-{{ son.domid }}" data-toggle="tab">{{ son.title }}</a> </li>
 {% endfor %}
 </ul><!--nav-tabs-->
 <div class="tab-content">