From 5695350e98a8a2c802ff419c5b29b0f01f0180df Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Thu, 25 Jul 2019 12:25:27 +0200 Subject: Revert "Merge branch 'dev' into 'dev'" This reverts merge request !1694 --- include/activities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/activities.php') diff --git a/include/activities.php b/include/activities.php index f329e374c..68c995338 100644 --- a/include/activities.php +++ b/include/activities.php @@ -51,7 +51,7 @@ function profile_activity($changed, $value) { if($t == 1 && strlen($value)) { // if it's a url, the HTML quotes will mess it up, so link it and don't try and zidify it because we don't know what it points to. - $value = preg_replace_callback("/([^\]\='".'"'."]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)([\,\.\:\;]\s|$)/ismu", 'red_zrl_callback', $value); + $value = preg_replace_callback("/([^\]\='".'"'."]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)/ismu", 'red_zrl_callback', $value); // take out the bookmark indicator if(substr($value,0,2) === '#^') $value = str_replace('#^','',$value); -- cgit v1.2.3