From 03c59f24318676471320e865cebba019cafe3050 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Tue, 16 Nov 2021 20:37:37 +1100 Subject: [PATCH] improve security on isni url --- bookwyrm/templates/book/edit/edit_book.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 619df202..da782e3f 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -63,7 +63,7 @@ {{ isni_match.name }}

- {{ isni_match.bio }} + {{ isni_match.bio }}

{% endfor %} {% endif %}