how to tweak e.g. a given plugin's background color
[unfold.git] / plugins / stack / stack.html
index f765cd1..00863e4 100644 (file)
@@ -1,7 +1,7 @@
 <div id='div-{{ domid }}'>
 {% for son in sons %}
 {#<h3>{{ son.title }}</h3>#}
-<div id='tab-{{ son.domid }}'>
+<div id='stack-{{ son.domid }}'>
 {{ son.rendered }}
 </div>
 {% endfor %}