From 83edbacc6159d20fb04db93d5c45e12bb0d93998 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 26 Mar 2017 10:43:28 -0700 Subject: [PATCH] Add a third element to versions.html template The number of elements should match the number of rendered columns for HTML5 validation. Without the third , https://html5.validator.nu/ reports: A table row was 3 columns wide and exceeded the column count established using column markup (2). --- debug_toolbar/templates/debug_toolbar/panels/versions.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/versions.html b/debug_toolbar/templates/debug_toolbar/panels/versions.html index b393c3f34..dbc2061dd 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/versions.html +++ b/debug_toolbar/templates/debug_toolbar/panels/versions.html @@ -1,7 +1,10 @@ {% load i18n %} - - + + + + +
{% trans "Package" %}