From f8e557fd6b7ffa1e5febd8545733a61d25d1ee57 Mon Sep 17 00:00:00 2001 From: jongfoster <jongfoster@users.sourceforge.net> Date: Thu, 17 Jan 2002 21:29:28 +0000 Subject: [PATCH] Fixing quoting of special characters in URLs Replacing all references to the URL of the config interface with @default-cgi@ --- templates/blocked | 4 ++-- templates/blocked-compact | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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@ --> -- 2.49.0