aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hudson2009-09-11 18:27:46 -0700
committerRob Hudson2009-09-11 18:27:46 -0700
commita0743bd141dc8157d6c08584795091f62962d82d (patch)
tree6cd2a2bddda463550ec8fc6e3610a686a376e48e
parentfe155f74924e80fe278e8c34f0f7630cdda7630d (diff)
downloaddjango-debug-toolbar-a0743bd141dc8157d6c08584795091f62962d82d.tar.bz2
Removed the spaceless tag as it caused more problems than it solved.
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index f220b62..c82f099 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -1,5 +1,4 @@
{% load i18n %}
-{% spaceless %}
<script type="text/javascript" charset="utf-8">
// When jQuery is sourced, it's going to overwrite whatever might be in the
// '$' variable, so store a reference of it in a temporary variable...
@@ -65,4 +64,3 @@
{% endfor %}
<div id="djDebugWindow" class="panelContent"></div>
</div>
-{% endspaceless %}