mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
66eebb954d
commit
bc4c988fce
@ -708,7 +708,7 @@ class EditorWidget(QTextEdit, LineEditECM): # {{{
|
||||
c.movePosition(QTextCursor.Start, QTextCursor.MoveAnchor)
|
||||
c.movePosition(QTextCursor.End, QTextCursor.KeepAnchor)
|
||||
c.removeSelectedText()
|
||||
c.insertHTML(val)
|
||||
c.insertHtml(val)
|
||||
|
||||
def text(self):
|
||||
return self.textCursor().selectedText()
|
||||
|
Loading…
x
Reference in New Issue
Block a user