From: Florent Bruneau Date: Sun, 16 Nov 2008 20:12:08 +0000 (+0100) Subject: Cosmetics. X-Git-Tag: xorg/0.10.0~13 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8249b26c63991093cdf6f971d0648dcaebcf7083;p=platal.git Cosmetics. Signed-off-by: Florent Bruneau --- diff --git a/modules/platal.php b/modules/platal.php index d0c7e7c..1249335 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -92,7 +92,7 @@ class PlatalModule extends PLModule $page->changeTpl('platal/changeLog.tpl'); $clog = pl_entities(file_get_contents(dirname(__FILE__).'/../ChangeLog')); - $clog = preg_replace('/=+\s*/', '
', $clog);
+        $clog = preg_replace('/===+\s*/', '

', $clog);
         // url catch only (not all wiki syntax)
         $clog = preg_replace(array(
             '/((?:https?|ftp):\/\/(?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/ui',