Merge pull request #345 from toralf/html
cppcheck-htmlreport: print the cppcheck version in every footer
This commit is contained in:
commit
933832095d
|
@ -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