Skip to content

Commit 91fa452

Browse files
committed
cppcheck-htmlreport: print the cppcheck version in every footer
missed in 2d4bae0 Signed-off-by: Toralf Förster <[email protected]>
1 parent 2d54bac commit 91fa452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htmlreport/cppcheck-htmlreport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ if __name__ == '__main__':
329329
highlight(content, lexer, htmlFormatter).decode(
330330
options.source_encoding))
331331

332-
output_file.write(HTML_FOOTER)
332+
output_file.write(HTML_FOOTER % contentHandler.versionCppcheck)
333333

334334
print(' ' + filename)
335335

0 commit comments

Comments
 (0)