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):