aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2014-02-13 22:08:23 +0100
committerAymeric Augustin2014-02-13 22:09:19 +0100
commit80d8f706dec2c8ea21757a63380752818defb44e (patch)
tree608a58b6d23fe232e448b86083a6fa50a12de38e
parent413fe81f607301902e9e2ab8d7752d415df23645 (diff)
downloaddjango-debug-toolbar-80d8f706dec2c8ea21757a63380752818defb44e.tar.bz2
XML validity.
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 22a13db..8ce7a0e 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -51,7 +51,7 @@ if(!window.jQuery) document.write('<scr'+'ipt src="//ajax.googleapis.com/ajax/li
<h3>{{ panel.title|safe }}</h3>
</div>
<div class="djDebugPanelContent">
- <img src="{% static 'debug_toolbar/img/ajax-loader.gif' %}" alt="loading" class="loader">
+ <img src="{% static 'debug_toolbar/img/ajax-loader.gif' %}" alt="loading" class="loader" />
<div class="scroll">
{% if not toolbar.store_id %}{{ panel.content }}{% endif %}
</div>