manual GeSHi patch applied

monkey patched GeSHi/geshi-1.0#104
This commit is contained in:
Andreas Gohr 2018-04-13 10:56:21 +02:00
parent 54f741e882
commit a851f92d60
1 changed files with 1 additions and 1 deletions

View File

@ -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]);