Eye candy
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 6 Oct 2007 09:06:58 +0000 (11:06 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 6 Oct 2007 09:06:58 +0000 (11:06 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/platal.php

index 9ef16e4..92681e1 100644 (file)
@@ -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*/', '<hr />', $clog);
         // url catch only (not all wiki syntax)
         $clog = preg_replace(array(
             '/((?:https?|ftp):\/\/(?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/ui',