Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyug committed Jun 15, 2020
1 parent 49baf35 commit edb2574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdict_utils/chtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def to_html(self, chtml):
html.append(self._css[m.group(1)][0])
last_end_tag = self._css[m.group(1)][1]
pos = m.end()
html.append(last_end_tag)
return b''.join(html)

0 comments on commit edb2574

Please sign in to comment.