From 949dea5803fd958d02372870c6b5b8a8ad6f8745 Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 28 Aug 2006 15:31:44 +0000 Subject: Fixed tickets 1445501 and 1483820 --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index a2f2e07c2..8f4f5894c 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -718,7 +718,7 @@ function rcmail_print_body($part, $safe=FALSE, $plain=FALSE) // make links and email-addresses clickable $convert_patterns = $convert_replaces = $replace_strings = array(); - $url_chars = 'a-z0-9_\-\+\*\$\/&%=@#:'; + $url_chars = 'a-z0-9_\-\+\*\$\/&%=@#:;'; $url_chars_within = '\?\.~,!'; $convert_patterns[] = "/([\w]+):\/\/([a-z0-9\-\.]+[a-z]{2,4}([$url_chars$url_chars_within]*[$url_chars])?)/ie"; -- cgit v1.2.3