Browse Source

needs /m

pull/40/head
Michael Save 12 years ago
parent
commit
ce2d794137
  1. 2
      inc/config.php

2
inc/config.php

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

Loading…
Cancel
Save