From ce2d7941372a79a6f31459bba705fe35465a364b Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 21 Mar 2012 12:14:14 +1100 Subject: [PATCH] needs /m --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 710f9dbd..bd942e1e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -344,7 +344,7 @@ // Highlight PHP code wrapped in tags (PHP 5.3.0+) // $config['markup'][] = Array( - // '/^<code>(.+)<\/code>/s', + // '/^<code>(.+)<\/code>/ms', // function($matches) { // return '' . highlight_string(html_entity_decode($matches[1]), true) . ''; // }