Skip to content

Commit 8814450

Browse files
committed
Use alternating quotes (fix highlighting in IDEs)
1 parent 0cda322 commit 8814450

File tree

1 file changed

+2
-2
lines changed
  • debug_toolbar/templates/debug_toolbar

1 file changed

+2
-2
lines changed

debug_toolbar/templates/debug_toolbar/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{{ toolbar.config.ROOT_TAG_EXTRA_ATTRS|safe }}>
1313
<div class="djdt-hidden" id="djDebugToolbar">
1414
<ul id="djDebugPanelList">
15-
<li><a id="djHideToolBarButton" href="#" title="{% trans "Hide toolbar" %}">{% trans "Hide" %} »</a></li>
15+
<li><a id="djHideToolBarButton" href="#" title="{% trans 'Hide toolbar' %}">{% trans "Hide" %} »</a></li>
1616
{% for panel in toolbar.panels %}
1717
{% include "debug_toolbar/includes/panel_button.html" %}
1818
{% endfor %}
1919
</ul>
2020
</div>
2121
<div class="djdt-hidden" id="djDebugToolbarHandle">
22-
<div title="{% trans "Show toolbar" %}" id="djShowToolBarButton">
22+
<div title="{% trans 'Show toolbar' %}" id="djShowToolBarButton">
2323
<span id="djShowToolBarD">D</span><span id="djShowToolBarJ">J</span>DT
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)