From: Roland Rosenfeld Date: Sat, 1 Mar 2003 15:33:48 +0000 (+0000) Subject: Add option "--linkcolor #0000ff" to htmldoc call to create blue X-Git-Tag: v_3_1_archive_branchpoint~24 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=28e744c319ed324fa1fb7853d00ab809de31c34a;p=privoxy.git Add option "--linkcolor #0000ff" to htmldoc call to create blue links (otherwise they are black except you have a ~/.htmldocrc which defines it in a different way). --- diff --git a/utils/ldp_print/ldp_print b/utils/ldp_print/ldp_print index 67129b96..b4b36d36 100755 --- a/utils/ldp_print/ldp_print +++ b/utils/ldp_print/ldp_print @@ -53,6 +53,7 @@ $fname_wo_ext =~ s/\.[\w]+$//; &fix_print_html($ARGV[0], 'body.html', 'title.html'); my($cmd) = "htmldoc --size universal -t pdf -f ${fname_wo_ext}.pdf " . + "--linkcolor #0000ff ". "--firstpage p1 --titlefile title.html body.html --footer c.1"; # For postscript output; append onto the above cmd string: