From ea98da8973cad807982ebd06881783f0e9b9aaf1 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 15 Aug 2018 22:44:52 +0200 Subject: [PATCH] Whitespace --- templates/_table.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_table.twig b/templates/_table.twig index 5d8d4aff6..6af434995 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> -- GitLab