From: jongfoster <jongfoster@users.sourceforge.net>
Date: Thu, 17 Jan 2002 21:29:28 +0000 (+0000)
Subject: Fixing quoting of special characters in URLs
X-Git-Tag: v_2_9_11~29
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/static/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=f8e557fd6b7ffa1e5febd8545733a61d25d1ee57;p=privoxy.git

Fixing quoting of special characters in URLs

Replacing all references to the URL of the config interface
with @default-cgi@
---

diff --git a/templates/blocked b/templates/blocked
index 9752d39e..0050bb01 100644
--- a/templates/blocked
+++ b/templates/blocked
@@ -121,8 +121,8 @@
       <td bgcolor=#eeeeee colspan=2>
         <h2>Request for blocked URL</h2>
         <blockquote>
-          <p>Your request for <b>@hostport-html@@path-html@</b> was blocked.
-            <br><a href="@default-cgi@/show-url-info?url=@hostport@@path@">See why</a>
+          <p>Your request for <b>@hostport@@path@</b> was blocked.
+            <br><a href="@default-cgi@show-url-info?url=@hostport@@path@">See why</a>
     <!-- @if-force-support-start -->
             or <a href="http://@hostport@@force-prefix@@path@">go there anyway</a>.
 <!-- if-force-support-end@ -->
diff --git a/templates/blocked-compact b/templates/blocked-compact
index 69743dfe..840b7194 100644
--- a/templates/blocked-compact
+++ b/templates/blocked-compact
@@ -78,8 +78,8 @@
 
   <body bgcolor="#ffffff">
 
-    <p align=center>Your request for <b>@hostport-html@@path-html@</b> was blocked.
-      <br><a href="@default-cgi@/show-url-info?url=@hostport@@path@">See why</a>
+    <p align=center>Your request for <b>@hostport@@path@</b> was blocked.
+      <br><a href="@default-cgi@show-url-info?url=@hostport@@path@">See why</a>
       <!-- @if-force-support-start -->
       or <a href="http://@hostport@@force-prefix@@path@">go there anyway</a>.
       <!-- if-force-support-end@ -->