diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -258,14 +258,14 @@ class CodeHtmlFormatter(HtmlFormatter): # some configurations seem to mess up the formatting... if nocls: yield 0, ('' % self.cssclass + - '' + '
' - '
' +
-                      ls + '
') + '
' + '
' + ls + '
') else: yield 0, ('' % self.cssclass + - '' + '
' +
-                      ls + '
') + '
' + '
' + ls + '
') yield 0, dummyoutfile.getvalue() yield 0, '
'