From ace1daa1f972c420139e6d53ff78625b3ef5a571 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 3 May 2020 13:16:00 -0700 Subject: [PATCH] target _blank should be on source not book --- fedireads/templates/book_results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedireads/templates/book_results.html b/fedireads/templates/book_results.html index 88f38117..fdba919b 100644 --- a/fedireads/templates/book_results.html +++ b/fedireads/templates/book_results.html @@ -6,13 +6,13 @@
{% if not result_set.connector.local %}

- Results from {{ result_set.connector.name }} + Results from {{ result_set.connector.name }}

{% endif %} {% for result in result_set.results %}
- {{ result.title }} by {{ result.author }} ({{ result.year }}) + {{ result.title }} by {{ result.author }} ({{ result.year }})
{% endfor %}