Skip to content
Snippets Groups Projects
Commit a851f92d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

manual GeSHi patch applied

monkey patched GeSHi/geshi-1.0#104
parent 54f741e8
No related branches found
No related tags found
No related merge requests found
......@@ -4024,7 +4024,7 @@ class GeSHi {
$parsed_code .= str_repeat('</span>', $close);
$close = 0;
}
elseif ($i + 1 < $n) {
if ($i + 1 < $n) {
$parsed_code .= "\n";
}
unset($code[$i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment