10 lines
504 B
Text
10 lines
504 B
Text
Index: output/out_html.cc
|
|
--- output/out_html.cc.orig
|
|
+++ output/out_html.cc
|
|
@@ -214,5 +214,5 @@ void AnalyserHTMLOutput::header()
|
|
swrite(stream, "</head>\n<body bgcolor=\"#ffffff\">\n\n");
|
|
swrite(stream, "Analysis of <i>");
|
|
swrite(stream, name.contentChar());
|
|
- swrite(stream, "</i><br>generated by <a href=\""ht_url"\">"ht_name" version "ht_version"</a>.\n<hr>\n<pre>\n");
|
|
+ swrite(stream, "</i><br>generated by <a href=\"" ht_url "\">" ht_name " version " ht_version "</a>.\n<hr>\n<pre>\n");
|
|
}
|