From b65096899de6b29b1954312945b80cc3370f6d9a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Fri, 21 Apr 2017 01:14:45 -0500 Subject: [PATCH] remove extra id="${panel.dom_id}" tags in history the tab fixes #271 --- CHANGES.txt | 4 ++++ pyramid_debugtoolbar/templates/history_tab.dbtmako | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index dd9eeb12..96de49e8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,10 @@ Unreleased your application's ``BeforeRender`` subscribers. See https://github.com/Pylons/pyramid_debugtoolbar/pull/284 +- Remove duplicate ``id="${panel.dom_id}"`` tags in history tab html. Only + the top-level ``
  • `` tag has the id now. + See https://github.com/Pylons/pyramid_debugtoolbar/pull/285 + 3.0.5 (2016-11-1) ----------------- diff --git a/pyramid_debugtoolbar/templates/history_tab.dbtmako b/pyramid_debugtoolbar/templates/history_tab.dbtmako index 6853e11a..5ee95953 100644 --- a/pyramid_debugtoolbar/templates/history_tab.dbtmako +++ b/pyramid_debugtoolbar/templates/history_tab.dbtmako @@ -21,12 +21,10 @@
  • % if panel.has_content: + title="${panel.title}"> % else: % endif