mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-29 17:07:56 +00:00
Bugfix edit comments
Testupdate
This commit is contained in:
@@ -468,7 +468,7 @@ def edit_book_comments(comments, book):
|
||||
comments = clean_html(comments)
|
||||
if len(book.comments):
|
||||
if book.comments[0].text != comments:
|
||||
book.comments[0].text = clean_html(comments)
|
||||
book.comments[0].text = comments
|
||||
modif_date = True
|
||||
else:
|
||||
if comments:
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user