ports/editors/ht/patches/patch-output_out_html_cc

11 lines
504 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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");
}