Index: output/out_html.cc --- output/out_html.cc.orig +++ output/out_html.cc @@ -214,5 +214,5 @@ void AnalyserHTMLOutput::header() swrite(stream, "\n
\n\n"); swrite(stream, "Analysis of "); swrite(stream, name.contentChar()); - swrite(stream, "\n"); + swrite(stream, "
generated by " ht_name " version " ht_version ".\n
\n\n"); }