From 3a24561ca257af1621889789ad878c710d73bb5c Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 28 Aug 2021 10:32:40 +0200 Subject: [PATCH] Removed additional " from convert message --- cps/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/helper.py b/cps/helper.py index 8c0f1656..56b71c65 100644 --- a/cps/helper.py +++ b/cps/helper.py @@ -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.') else: settings = dict() - link = '{}"'.format(url_for('web.show_book', book_id=book.id), escape(book.title)) # prevent xss + link = '{}'.format(url_for('web.show_book', book_id=book.id), escape(book.title)) # prevent xss txt = u"{} -> {}: {}".format( old_book_format, new_book_format,