From d4c1c8962e258c01b7408c621c4eeb099b23f2d6 Mon Sep 17 00:00:00 2001 From: oricn Date: Sun, 23 Apr 2000 11:43:14 +0000 Subject: [PATCH] Chaneged a URL possible ending from < to > as it should have been! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@456 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/url_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/url_parser.php b/functions/url_parser.php index bdc89b42..1b4c65ea 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -18,7 +18,7 @@ function parseUrl ($body) { #Possible ways a URL could finish. - $poss_ends=array(" ","\n","\r","<",". "," "); + $poss_ends=array(" ","\n","\r",">",". "," "); $done=False; while (!$done) { #Look for when a URL starts -- 2.25.1