cppcheck-htmlreport: print the cppcheck version in every footer
missed in 2d4bae0
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
This commit is contained in:
parent
1ae6531c4c
commit
824a1fbd5b
|
@ -329,7 +329,7 @@ if __name__ == '__main__':
|
|||
highlight(content, lexer, htmlFormatter).decode(
|
||||
options.source_encoding))
|
||||
|
||||
output_file.write(HTML_FOOTER)
|
||||
output_file.write(HTML_FOOTER % contentHandler.versionCppcheck)
|
||||
|
||||
print(' ' + filename)
|
||||
|
||||
|
|
Loading…
Reference in New Issue