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) . ''; // }