From 0ffa81dd8aeadbb9c4a23fc83adf22eec854935e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 10 Mar 2015 13:49:10 +0100 Subject: [PATCH] htmlreport: show filename of currently viewed file in defect list --- htmlreport/cppcheck-htmlreport | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 2efa1770f..002c56a16 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -114,6 +114,12 @@ div.verbose div.content { z-index: 1; } +#filename { + margin-left: 10px; + font: 12px; + z-index: 1; +} + .highlighttable { background-color:white; z-index: 10; @@ -216,8 +222,7 @@ HTML_HEAD = """

Cppcheck report - %s: %s