different DOM elements can have same class but should different id's
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 14:36:08 +0000 (15:36 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 14:36:08 +0000 (15:36 +0100)
plugins/templates/quickfilter.html

index 736830e..491cdcb 100644 (file)
@@ -1,5 +1,4 @@
-
-<div id ='quick_filters'>
+<div id='quick-filters-{{ domid }}' class='quick-filters'>
 <table class='filters'>
     <tr>
     {% for criteria in list %}
@@ -25,4 +24,4 @@
         </td>
     </tr>
 </table>
-</div>
\ No newline at end of file
+</div>