diff --git a/aqt/editor.py b/aqt/editor.py index 810c082f0..fc5eee4a5 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -529,8 +529,6 @@ class Editor(object): # reverse the url quoting we added to get images to display txt = unicode(urllib2.unquote( txt.encode("utf8")), "utf8", "replace") - # make sure a trailing
is removed - txt = re.sub("(
)*$", "", txt) self.note.fields[self.currentField] = txt if not self.addMode: self.note.flush()