mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
d59a20fc2a
commit
a722155d76
@ -809,7 +809,7 @@ class MetadataSingleDialog(ResizableDialog, Ui_MetadataSingleDialog):
|
||||
self.pubdate.setDate(QDate(dt.year, dt.month, dt.day))
|
||||
summ = book.comments
|
||||
if summ:
|
||||
prefix = self.comment.html
|
||||
prefix = self.comments.html
|
||||
if prefix:
|
||||
prefix += '\n'
|
||||
self.comments.html = prefix + comments_to_html(summ)
|
||||
|
Loading…
x
Reference in New Issue
Block a user