From 06e6c3eba4ff424c9965ff9e2d5d5122b13c07a0 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sat, 23 Dec 2023 19:32:13 +0100 Subject: [PATCH] cppcheck-htmlreport: Added clear button inside 'File' and 'Filter' text box (#5805) This is a cosmetic change. When the user enters text to either the "File" or "Filter" option, a clear button is shown now. --- htmlreport/cppcheck-htmlreport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index ce5956c1e..8a3686b0d 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -408,8 +408,8 @@ def filter_bar(enabled): ,'\n | ' ,''.join([filter_button(enabled, tool, 'toggleTool') for tool in ['cppcheck', 'clang-tidy']]) ,'\n | ' - ,'\n ' - ,'\n ' + ,'\n ' + ,'\n ' ,'\n \n']) def git_blame(errors, path, file, blame_options):