From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 13 Nov 2010 14:54:11 +0000 (+0000)
Subject: Add a line break.
X-Git-Tag: v_3_0_17~8
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=6f886740f22d5e2a5a1cbcbd5d756975fce846bc;p=privoxy.git

Add a line break.
---

diff --git a/ChangeLog b/ChangeLog
index 5bc8b16e..84131126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,8 +49,8 @@ ChangeLog for Privoxy
   - Fix a bunch of anchors that used underscores instead of dashes.
   - Allow to keep the client connection alive after crunching the previous request.
     Already opened server connections can be kept alive, too.
-  - In cgi_show_url_info(), don't forget to prefix URLs that only contain http:// or https:// in the path.
-    Fixes #2975765 reported by Adam Piggott.
+  - In cgi_show_url_info(), don't forget to prefix URLs that only contain
+    http:// or https:// in the path. Fixes #2975765 reported by Adam Piggott.
   - Show the 404 CGI page if cgi_send_user_manual() is called while
     local user manual delivery is disabled.