diff --git a/src/calibre/gui2/comments_editor.py b/src/calibre/gui2/comments_editor.py index bae3168b0f..f7dae2e49a 100644 --- a/src/calibre/gui2/comments_editor.py +++ b/src/calibre/gui2/comments_editor.py @@ -343,6 +343,10 @@ class EditorWidget(QWebView): # {{{ if not check and '' in raw.lower(): + return unicode(self.page().mainFrame().toHtml()) + try: root = html.fromstring(raw) except: