mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
Removed additional " from convert message
This commit is contained in:
parent
5c19a8aacc
commit
3a24561ca2
@ -98,7 +98,7 @@ def convert_book_format(book_id, calibrepath, old_book_format, new_book_format,
|
|||||||
settings['body'] = _(u'This e-mail has been sent via Calibre-Web.')
|
settings['body'] = _(u'This e-mail has been sent via Calibre-Web.')
|
||||||
else:
|
else:
|
||||||
settings = dict()
|
settings = dict()
|
||||||
link = '<a href="{}">{}</a>"'.format(url_for('web.show_book', book_id=book.id), escape(book.title)) # prevent xss
|
link = '<a href="{}">{}</a>'.format(url_for('web.show_book', book_id=book.id), escape(book.title)) # prevent xss
|
||||||
txt = u"{} -> {}: {}".format(
|
txt = u"{} -> {}: {}".format(
|
||||||
old_book_format,
|
old_book_format,
|
||||||
new_book_format,
|
new_book_format,
|
||||||
|
Loading…
Reference in New Issue
Block a user