aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorDavid Cramer2011-07-12 13:30:03 -0700
committerDavid Cramer2011-07-12 13:30:03 -0700
commit3bebfca5a2fdcafec38a56ec1bbdc0d19411f752 (patch)
treede7d2545e60a5b6e0aa0f0037de9ab88d23c5696 /debug_toolbar/templates
parentcbc3ff63b92ab9b388816db3fe1a8c3956ca0d25 (diff)
downloaddjango-debug-toolbar-3bebfca5a2fdcafec38a56ec1bbdc0d19411f752.tar.bz2
Bring pre styles in line with rest of panelsline_profiler_int
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/profiling.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<tr class="djToggleDetails_{{ call.id }}{% for parent_id in call.parent_ids %} djToggleDetails_{{ parent_id }}{% endfor %}">
<td colspan="6">
- <pre style="padding-left: {{ call.indent }}px;">{{ call.line_stats_text }}</pre>
+ <div style="padding-left: {{ call.indent }}px;"><pre>{{ call.line_stats_text }}</pre></div>
</td>
</tr>
{% endif %}