mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
needs /m
This commit is contained in:
parent
52c6d919b3
commit
df937ddb91
@ -344,7 +344,7 @@
|
|||||||
|
|
||||||
// Highlight PHP code wrapped in <code> tags (PHP 5.3.0+)
|
// Highlight PHP code wrapped in <code> tags (PHP 5.3.0+)
|
||||||
// $config['markup'][] = Array(
|
// $config['markup'][] = Array(
|
||||||
// '/^<code>(.+)<\/code>/s',
|
// '/^<code>(.+)<\/code>/ms',
|
||||||
// function($matches) {
|
// function($matches) {
|
||||||
// return '<code>' . highlight_string(html_entity_decode($matches[1]), true) . '</code>';
|
// return '<code>' . highlight_string(html_entity_decode($matches[1]), true) . '</code>';
|
||||||
// }
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user