diff --git a/templates/_table.twig b/templates/_table.twig
index 5d8d4aff6fc954ecbfe1d78978f958a739c55095..6af434995d808f3d2ca72ff0f279d6a94b91fcd5 100644
--- a/templates/_table.twig
+++ b/templates/_table.twig
@@ -1,5 +1,5 @@
 
-<table id="table_with_attributes"  class="attributes pure-table pure-table-striped pure-table-attributes" summary="attribute overview">
+<table id="table_with_attributes" class="attributes pure-table pure-table-striped pure-table-attributes" summary="attribute overview">
 
 {% for name, values in items %}
     <tr class="{{ cycle(['odd', 'even'], loop.index0) }}">
@@ -21,4 +21,4 @@
         </td>
     </tr>
 {% endfor %}
-</table><br>
\ No newline at end of file
+</table><br>