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:
Toralf Förster 2014-06-23 19:07:58 +02:00
parent 1ae6531c4c
commit 824a1fbd5b
1 changed files with 1 additions and 1 deletions

View File

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