From 6c68b7c68a4483e4d1b899cb151ad07a32a43bdb Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 7 Dec 2019 11:18:14 -0800 Subject: [PATCH] Remove duplicate width="100%" in profiling.html Tables already have a width specified in toolbar.css. Further, width attribute on the table element has been deprecated so it is better to use CSS anyway. --- debug_toolbar/templates/debug_toolbar/panels/profiling.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/profiling.html b/debug_toolbar/templates/debug_toolbar/panels/profiling.html index 953f8477f..dc55021c0 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/profiling.html +++ b/debug_toolbar/templates/debug_toolbar/panels/profiling.html @@ -1,5 +1,5 @@ {% load i18n %}{% load static %} - +
{% trans "Call" %}