From 40b4110a44236760fd109e97509ef35892f8e863 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 8 Apr 2002 17:03:29 +0000 Subject: [PATCH] - Fixed problem with spaces in URLs - Adapt to unified stylesheet --- doc/webserver/actions/index.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 -- 2.39.2