cosemtic, remove extra " in resources selection
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 16:10:17 +0000 (18:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 16:10:17 +0000 (18:10 +0200)
plugins/resources_selected/templates/resources_selected.html

index e1e56bc..18161b3 100644 (file)
@@ -10,8 +10,8 @@
   </thead>
   <tbody></tbody>
 </table>
-<button type="button" id="{{domid}}__update"  class="btn btn-default">"Update"</button>
-<button type="button" id="{{domid}}__refresh"  class="btn btn-default">"Refresh"</button>
-<button type="button" id="{{domid}}__reset"  class="btn btn-default">"Reset"</button>
-<button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">"Clear Annotations"</button>
+<button type="button" id="{{domid}}__update"  class="btn btn-default">Update</button>
+<button type="button" id="{{domid}}__refresh"  class="btn btn-default">Refresh</button>
+<button type="button" id="{{domid}}__reset"  class="btn btn-default">Reset</button>
+<button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">Clear Annotations</button>