From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 16 Oct 2011 12:40:59 +0000 (+0000)
Subject: Add #98: Escape line breaks in action sections shown on the CGI pages
X-Git-Tag: v_3_0_18~87
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=4b42cab8889ffd0a8a4dd65c159bd942893954bd;p=privoxy.git

Add #98: Escape line breaks in action sections shown on the CGI pages
---

diff --git a/TODO b/TODO
index ac2b3987..455d21c8 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.55 2011/09/18 14:40:43 fabiankeil Exp $
+$Id: TODO,v 1.56 2011/09/18 14:41:03 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -277,3 +277,7 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
 
 97) Add support for Tor's 'optimistic data' socks extension.
     Mostly done, not yet pushed to CVS.
+
+98) When showing action section on the CGI pages, properly escape
+    line breaks so they can be copy&pasted into action files without
+    adjustments.