From 95dde8d0bc36146c2b97b5c6e6f015bc264b3bd2 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 22 Apr 2011 14:04:44 -0700 Subject: Clean up some oddly formatted CSS --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 50acd6e..ba94b2f 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -26,7 +26,7 @@   - + + +
@@ -63,7 +63,7 @@

Transaction Status: {{ query.trans_status }}

{% endif %} {% if query.stacktrace %} -
{{ query.stacktrace }}
+
{{ query.stacktrace }}
{% endif %} {% if query.template_info %} -- cgit v1.2.3