diff --git a/standard-notes-to-enex.py b/standard-notes-to-enex.py
index 5b270f6..5d93af9 100755
--- a/standard-notes-to-enex.py
+++ b/standard-notes-to-enex.py
@@ -14,7 +14,7 @@ def text_from_html(title, text):
temp_text = text.replace(title + '\n\n \n\n', '')
# Parse to html
temp_text = html.escape(temp_text)
- temp_text = temp_text.replace('\n', '
')
+ temp_text = temp_text.replace('\n', '
')
return temp_text
final_file = '''