From 455709fbe02de7c0be03731dd7542a8101a6f978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20=C5=BDemaitaitis?= Date: Mon, 31 Aug 2015 18:20:24 +0300 Subject: [PATCH] Replace hidden="hidden" attribute with style="display: none;". --- debug_toolbar/templates/debug_toolbar/base.html | 6 +++--- debug_toolbar/templates/debug_toolbar/panels/templates.html | 4 ++-- debug_toolbar/templates/debug_toolbar/panels/timer.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index a2eb054ad..51b6ae3a7 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -10,10 +10,10 @@ {% endif %} -