From d83df7141239a2ca6f43f0b96c91919641e36f3f Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Wed, 20 Oct 2010 12:00:49 -0400 Subject: HTML Validation fixes 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. Signed-off-by: Rob Hudson --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index c97ca2e..7f7a535 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,5 +1,5 @@ {% load i18n %} -