From b2abea9b13665b9bb4e85dba9697c3064274a3f6 Mon Sep 17 00:00:00 2001 From: oricn Date: Sun, 23 Apr 2000 13:28:07 +0000 Subject: [PATCH] Commited Wrong Ver :P Added < and > to possible endinging git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@457 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 1b4c65ea..301222e5 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