From 76689d8e7db2cad38a42a5b3c5114c2f2c16c27c Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 6 Oct 2007 11:06:58 +0200 Subject: [PATCH] Eye candy Signed-off-by: Florent Bruneau --- modules/platal.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.1.4