Add #98: Escape line breaks in action sections shown on the CGI pages
authorFabian Keil <fk@fabiankeil.de>
Sun, 16 Oct 2011 12:40:59 +0000 (12:40 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 16 Oct 2011 12:40:59 +0000 (12:40 +0000)
TODO

diff --git a/TODO b/TODO
index ac2b398..455d21c 100644 (file)
--- 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.