From a77b0b5f706a30052168a588a0e4a91605a7d7f3 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 21 Mar 2012 12:11:53 +1100 Subject: [PATCH] PHP syntax highlighting is supposed to be an example. Comment it out. --- inc/config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/config.php b/inc/config.php index a8c64dc9..710f9dbd 100644 --- a/inc/config.php +++ b/inc/config.php @@ -343,12 +343,12 @@ $config['markup'][] = Array("/(^|\n)==(.+?)==\n?/m", "\$2"); // Highlight PHP code wrapped in tags (PHP 5.3.0+) - $config['markup'][] = Array( - '/^<code>(.+)<\/code>/s', - function($matches) { - return '' . highlight_string(html_entity_decode($matches[1]), true) . ''; - } - ); + // $config['markup'][] = Array( + // '/^<code>(.+)<\/code>/s', + // function($matches) { + // return '' . highlight_string(html_entity_decode($matches[1]), true) . ''; + // } + // ); /* * ====================