SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
editors/ht/patches/patch-output_out_html_cc
Normal file
10
editors/ht/patches/patch-output_out_html_cc
Normal 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");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue