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, ('
'
- ' ' + - ls + ' | ') + ' | ||||
'
+ ' ' + ls + ' | '
+ '')
else:
yield 0, ('
|