diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index b65f3c88d..ce7104419 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -728,7 +728,7 @@ if __name__ == '__main__': tr_class=error["id"], message_class=message_class, add_author=add_author_information, - htmlfile=htmlfile)) + htmlfile=htmlfile)) output_file.write('\n ') output_file.write(HTML_FOOTER % contentHandler.versionCppcheck)