that's why -however the second tab is not refreshed during hazelnut's plugin_update
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 23 Mar 2013 20:35:29 +0000 (21:35 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 23 Mar 2013 20:35:29 +0000 (21:35 +0100)
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">