diff options
| author | Rob Hudson | 2009-09-11 18:27:46 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-09-11 18:27:46 -0700 | 
| commit | a0743bd141dc8157d6c08584795091f62962d82d (patch) | |
| tree | 6cd2a2bddda463550ec8fc6e3610a686a376e48e /debug_toolbar | |
| parent | fe155f74924e80fe278e8c34f0f7630cdda7630d (diff) | |
| download | django-debug-toolbar-a0743bd141dc8157d6c08584795091f62962d82d.tar.bz2 | |
Removed the spaceless tag as it caused more problems than it solved.
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 2 | 
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 %} | 
