diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index d19d8d40..0996efcc 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -305,9 +305,9 @@ // create a random identifier type to have a valid name in form. This will not be used when dealing with the form var rand_id = Math.floor(Math.random() * 1000000).toString(); var line = ''; - line += ''; - line += ''; - line += '{{_('Remove')|forceescape}}'; + line += ''; + line += ''; + line += '{{_('Remove')}}'; line += ''; $("#identifier-table").append(line); });