PHP already adds <code> for highlight_string()
This commit is contained in:
parent
ce2d794137
commit
cf6bf2c7dc
@ -346,7 +346,7 @@
|
||||
// $config['markup'][] = Array(
|
||||
// '/^<code>(.+)<\/code>/ms',
|
||||
// function($matches) {
|
||||
// return '<code>' . highlight_string(html_entity_decode($matches[1]), true) . '</code>';
|
||||
// return highlight_string(html_entity_decode($matches[1]), true);
|
||||
// }
|
||||
// );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user