From 1a8aa6f98f032237442e14089475b25fdab5c27f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 27 Mar 2011 13:11:46 +0200 Subject: [PATCH] Fixes bugs numbering in ChangeLog display. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/platal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platal.php b/modules/platal.php index 11b6b85..ca1f914 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -97,7 +97,7 @@ class PlatalModule extends PLModule '\\1www.\\2', '\\0'), $clog); - $clog = preg_replace('!(#[0-9]+(,[0-9]+)*)!e', 'bugize("\1")', $clog); + $clog = preg_replace('!\(#[0-9]+(,[0-9]+)*\)!e', 'bugize("\1")', $clog); $clog = preg_replace('!vim:.*$!', '', $clog); return preg_replace("!(
(\\s|\n)*)?
(\s|\n)*
((\\s|\n)*
)?!m", "", "
$clog
"); } -- 2.1.4