Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Fixed nbsp
Browse files Browse the repository at this point in the history
  • Loading branch information
veloc1 committed Apr 18, 2020
1 parent afbf5ae commit 3c12fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converters/nbsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def process_text(text):
text = text.replace("&nbsp", " ")
text = text.replace(" ", " ")

return text

Expand Down

0 comments on commit 3c12fa3

Please sign in to comment.