From 33b1621c411d9f313771bab8957e5dff109a4dd7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 16 Oct 2007 14:23:00 +0000 Subject: Fix bogus indentation --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_url.class') diff --git a/it_url.class b/it_url.class index 3dfc8e7..5e29905 100644 --- a/it_url.class +++ b/it_url.class @@ -549,7 +549,7 @@ function redirect($url = null) */ function encode($str) { - return strtr(urlencode($str), array("%2C"=>",", "%28"=>"(", "%29"=>")")); + return strtr(urlencode($str), array("%2C"=>",", "%28"=>"(", "%29"=>")")); } /** -- cgit v1.2.3