From ee35c06a8d138d14f1bf7c0d7fb710721709c3a9 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 20 Feb 2011 20:20:33 -0800 Subject: more punctuation characters added to linkify patterns --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 0b6aed2e7..d8abf06b0 100644 --- a/boot.php +++ b/boot.php @@ -2060,7 +2060,7 @@ function aes_encrypt($val,$ky) if(! function_exists('linkify')) { function linkify($s) { - $s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%]*)/", ' $1', $s); + $s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%\$\!\+]*)/", ' $1', $s); return($s); }} -- cgit v1.2.3