From: Florent Bruneau Date: Sat, 6 Oct 2007 09:06:58 +0000 (+0200) Subject: Eye candy X-Git-Tag: xorg/0.9.15~64 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=76689d8e7db2cad38a42a5b3c5114c2f2c16c27c;p=platal.git Eye candy Signed-off-by: Florent Bruneau --- diff --git a/modules/platal.php b/modules/platal.php index 9ef16e4..92681e1 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -87,6 +87,7 @@ class PlatalModule extends PLModule $page->changeTpl('platal/changeLog.tpl'); $clog = pl_entities(file_get_contents(dirname(__FILE__).'/../ChangeLog')); + $clog = preg_replace('/=+\s*/', '
', $clog); // url catch only (not all wiki syntax) $clog = preg_replace(array( '/((?:https?|ftp):\/\/(?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/ui',