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,