From 578c1688e3f01ba6b0467c0fb54eadae2a88c7ac Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 26 Sep 2020 10:11:40 -0700 Subject: [PATCH] Prefer literal over HTML entity Literals are easier to read when viewing the source (don't need to memorize code points). The files are encoded in UTF-8 and all modern browser support UTF-8, so it is compatible. --- debug_toolbar/templates/debug_toolbar/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 7424706e8..4c33a604d 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -9,7 +9,7 @@