diff options
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/profiling.html | 2 |
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 %} |
