Merge pull request #345 from toralf/html

cppcheck-htmlreport: print the cppcheck version in every footer
This commit is contained in:
Daniel Marjamäki 2014-06-24 07:11:59 +02:00
commit 933832095d
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)