From: x2003bruneau Date: Fri, 11 May 2007 19:19:39 +0000 (+0000) Subject: Also catch X-Git-Tag: 1.8~56 X-Git-Url: http://git.polytechnique.org/?p=banana.git;a=commitdiff_plain;h=6c7093f4148adacc83a5c5264018a8f618be1141 Also catch git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@253 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 0228ac2..546df27 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -66,7 +66,7 @@ class Banana * $matches[2] = "http://www.polytechnique.org" * $matches[3] = "]" */ - static public $msgshow_url = '(["\[])?((?:[a-z]+:\/\/|www\.)(?:[\.\,\;\!\:]*[a-z\@0-9~%$£µ&i#\-+=_\/\?]+)+)(["\]])?'; + static public $msgshow_url = '(["\[\<])?((?:[a-z]+:\/\/|www\.)(?:[\.\,\;\!\:]*[a-z\@0-9~%$£µ&i#\-+=_\/\?]+)+)(["\]\>])?'; ### Message edition ### static public $msgedit_canattach = true;