From 1ec215925789d1163d71c7a9f3f8f74b4d4b76db Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 27 Aug 2022 18:15:21 +0100 Subject: [PATCH] Clean up leftover empty div --- core/templates/ui/drilldown/table_results.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/templates/ui/drilldown/table_results.html b/core/templates/ui/drilldown/table_results.html index fede499..bbf91b7 100644 --- a/core/templates/ui/drilldown/table_results.html +++ b/core/templates/ui/drilldown/table_results.html @@ -48,12 +48,10 @@ {% endif %} {% if params.index != 'int' and params.index != 'meta' %} -
- - + + {% endif %} {% include 'ui/drilldown/table_results_partial.html' %} {% endif %}