diff --git a/chat.php b/chat.php index 8cd8160..50721ea 100644 --- a/chat.php +++ b/chat.php @@ -3030,9 +3030,9 @@ function create_hotlinks($message){ $message=preg_replace_callback('/<<([^<>]+)>>/u', function ($matches){ if(strpos($matches[1], '://')===false){ - return "$matches[1]"; + return "$matches[1]"; }else{ - return "$matches[1]"; + return "$matches[1]"; } } , $message);