From 6c7093f4148adacc83a5c5264018a8f618be1141 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Fri, 11 May 2007 19:19:39 +0000 Subject: [PATCH] Also catch git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@253 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/banana.inc.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4