diff --git a/inc/config.php b/inc/config.php index bd942e1e..6984d70a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -346,7 +346,7 @@ // $config['markup'][] = Array( // '/^<code>(.+)<\/code>/ms', // function($matches) { - // return '' . highlight_string(html_entity_decode($matches[1]), true) . ''; + // return highlight_string(html_entity_decode($matches[1]), true); // } // );