From e8527b23ccdb9a484166dd648e4751e6b24fedaf Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 7 Sep 2009 08:54:36 -0700 Subject: Used spaceless tag to tighten up debug toolbar HTML output. --- debug_toolbar/templates/debug_toolbar/base.html | 2 ++ debug_toolbar/templates/debug_toolbar/panels/sql.html | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index dc8ccf9..d1ee273 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,4 +1,5 @@ {% load i18n %} +{% spaceless %}