From 5047b8bf94f8979ad8d3144a0526dc8321a2b9ba Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Wed, 9 Jun 2021 11:12:38 +0200 Subject: [PATCH] Do not break document structure with ratings. --- bookwyrm/templates/book/book.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 94f326e65..d1f7604ec 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -92,7 +92,7 @@
-

+

{% with full=book|book_description itemprop='abstract' %} {% include 'snippets/trimmed_text.html' %}