From 3bebfca5a2fdcafec38a56ec1bbdc0d19411f752 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 12 Jul 2011 13:30:03 -0700 Subject: Bring pre styles in line with rest of panels --- debug_toolbar/templates/debug_toolbar/panels/profiling.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/profiling.html b/debug_toolbar/templates/debug_toolbar/panels/profiling.html index 783c1cb..f2d43de 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/profiling.html +++ b/debug_toolbar/templates/debug_toolbar/panels/profiling.html @@ -34,7 +34,7 @@ {% if call.line_stats_text %} -
{{ call.line_stats_text }}
+
{{ call.line_stats_text }}
{% endif %} -- cgit v1.2.3