File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
< tr class ="djDebugHoverable {% cycle 'djDebugOdd' 'djDebugEven' %}{% if query.is_slow %} djDebugRowWarning{% endif %}{% if query.starts_trans %} djDebugStartTransaction{% endif %}{% if query.ends_trans %} djDebugEndTransaction{% endif %}{% if query.in_trans %} djDebugInTransaction{% endif %} " id ="sqlMain_{{ forloop.counter }} ">
30
30
< td class ="djdt-color "> < span data-background-color ="rgb({{ query.rgb_color|join: ", " }})">  </ span > </ td >
31
31
< td class ="djdt-toggle ">
32
- < a class ="djToggleSwitch " data-toggle-name ="sqlMain " data-toggle-id ="{{ forloop.counter }} " data-toggle-open ="+ " data-toggle-close ="- " href > +</ a >
32
+ < a class ="djToggleSwitch " data-toggle-name ="sqlMain " data-toggle-id ="{{ forloop.counter }} " data-toggle-open ="+ " data-toggle-close ="- " href ="" > +</ a >
33
33
</ td >
34
34
< td class ="query ">
35
35
< div class ="djDebugSqlWrap ">
You can’t perform that action at this time.
0 commit comments