diff --git a/gramps/gen/plug/report/_book.py b/gramps/gen/plug/report/_book.py index ad58a4a18..9a709043c 100644 --- a/gramps/gen/plug/report/_book.py +++ b/gramps/gen/plug/report/_book.py @@ -566,7 +566,7 @@ class BookList: '\n' % book.get_format_name()) if book.get_output(): b_f.write(' ' - '\n' % book.get_output()) + '\n' % escape(book.get_output())) b_f.write(' \n') b_f.write('\n')