From: Brion Vibber Date: Fri, 7 Jul 2006 16:58:22 +0000 (+0000) Subject: and remove comma from linktrail, that would be very odd indeed X-Git-Tag: 1.31.0-rc.0~56362 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=553291dfe8d483cd776b7d7e16c180d10aaf2cf0;p=lhc%2Fweb%2Fwiklou.git and remove comma from linktrail, that would be very odd indeed --- diff --git a/languages/LanguageHe.php b/languages/LanguageHe.php index 39ca468080..62a73cb6a9 100644 --- a/languages/LanguageHe.php +++ b/languages/LanguageHe.php @@ -238,7 +238,7 @@ class LanguageHe extends LanguageUtf8 { * @return regular expression which includes the word trails in the link */ public function linkTrail() { - return '/^([a-z,א-ת]+)(.*)$/sDu'; + return '/^([a-zא-ת]+)(.*)$/sDu'; } /**