Skip to content

Commit db2db96

Browse files
committed
Fix invalid HTML in sql.html template.
1 parent 00306ca commit db2db96

File tree

1 file changed

+1
-1
lines changed
  • debug_toolbar/templates/debug_toolbar/panels

1 file changed

+1
-1
lines changed

debug_toolbar/templates/debug_toolbar/panels/sql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{% endif %}
4242
</td>
4343
<td class="timeline">
44-
<div class="djDebugTimeline"><div class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" data-left="{{ query.start_offset|unlocalize }}%"><strong data-width="{{ query.width_ratio_relative|unlocalize }}%" data-background-color"{{ query.trace_color }}">{{ query.width_ratio }}%</strong></div></div>
44+
<div class="djDebugTimeline"><div class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" data-left="{{ query.start_offset|unlocalize }}%"><strong data-width="{{ query.width_ratio_relative|unlocalize }}%" data-background-color="{{ query.trace_color }}">{{ query.width_ratio }}%</strong></div></div>
4545
</td>
4646
<td class="djdt-time">
4747
{{ query.duration|floatformat:"2" }}

0 commit comments

Comments
 (0)