Skip to content

Commit

Permalink
trivial fix/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sherratt committed Oct 18, 2018
1 parent 3bf8966 commit 289d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansi2html/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def convert(self, ansi, full=True, ensure_trailing_newline=False):

def produce_headers(self):
return '<style type="text/css">\n%(style)s\n</style>\n' % {
'style' : "\n".join(map(str, get_styles(self.dark_bg, self.scheme)))
'style' : "\n".join(map(str, get_styles(self.dark_bg, self.line_wrap, self.scheme)))
}


Expand Down

0 comments on commit 289d015

Please sign in to comment.