This commit is contained in:
Michael Save 2012-03-21 12:14:14 +11:00
parent a77b0b5f70
commit ce2d794137

View File

@ -344,7 +344,7 @@
// Highlight PHP code wrapped in <code> tags (PHP 5.3.0+)
// $config['markup'][] = Array(
// '/^&lt;code&gt;(.+)&lt;\/code&gt;/s',
// '/^&lt;code&gt;(.+)&lt;\/code&gt;/ms',
// function($matches) {
// return '<code>' . highlight_string(html_entity_decode($matches[1]), true) . '</code>';
// }