SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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");
}