From db2db96b56fab239d0a574029ff0d0c6b84491b7 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 17 Nov 2015 10:43:05 -0800 Subject: [PATCH] Fix invalid HTML in sql.html template. --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index bba21a214..2a1eaba01 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -41,7 +41,7 @@ {% endif %} -
{{ query.width_ratio }}%
+
{{ query.width_ratio }}%
{{ query.duration|floatformat:"2" }}