From 560a8b13e118f0bc3921ecb78586c953400dbe68 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Wed, 20 Oct 2010 12:00:49 -0400 Subject: [PATCH] HTML Validation fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It turns out that is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- example/templates/jquery/index.html | 2 +- example/templates/mootools/index.html | 2 +- example/templates/prototype/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 49ff2798e..24fced0ca 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,5 +1,5 @@ {% load i18n %} - - - - + document.observe('dom:loaded', function() { $('showme').removeClassName('hide'); });