From: oes Date: Mon, 8 Apr 2002 17:03:29 +0000 (+0000) Subject: - Fixed problem with spaces in URLs X-Git-Tag: v_2_9_14~148 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@default-cgi@show-url-info?a=commitdiff_plain;h=40b4110a44236760fd109e97509ef35892f8e863;p=privoxy.git - Fixed problem with spaces in URLs - Adapt to unified stylesheet --- diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 3df69130..1c01b471 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,12 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.16 2002/04/08 08:11:04 oes Exp $ + $Id: index.php,v 1.17 2002/04/08 10:32:00 oes Exp $ $Log: index.php,v $ + Revision 1.17 2002/04/08 10:32:00 oes + cosmetics again + Revision 1.16 2002/04/08 08:11:04 oes Bumped up actions file number @@ -89,6 +92,7 @@ +
-
+
$message
@@ -155,7 +159,10 @@ if (!isset($url)) { $url = "http://www.example.com/"; } - +else +{ + $url = strtr($url, " ", "+"); +} /* * Deny feedback which is not based on our latest @@ -239,7 +246,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi
-
+

Using Bookmarklets for Feedback

To make it even easier for you, we provide a bookmarklet which will not only take you here from