Skip to content

Commit

Permalink
manual GeSHi patch applied
Browse files Browse the repository at this point in the history
monkey patched GeSHi/geshi-1.0#104
  • Loading branch information
splitbrain committed Apr 13, 2018
1 parent 54f741e commit a851f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/geshi/geshi/src/geshi.php
Expand Up @@ -4024,7 +4024,7 @@ protected function finalise(&$parsed_code) {
$parsed_code .= str_repeat('</span>', $close);
$close = 0;
}
elseif ($i + 1 < $n) {
if ($i + 1 < $n) {
$parsed_code .= "\n";
}
unset($code[$i]);
Expand Down

0 comments on commit a851f92

Please sign in to comment.