From 20c8bec8f59d1063a871061998542734dda25906 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 30 Dec 2020 16:47:37 +1100 Subject: [PATCH] fix bug where indenting spaces were part of the sub-books link text --- templates/books.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/books.html b/templates/books.html index b441306..ea1fc9c 100644 --- a/templates/books.html +++ b/templates/books.html @@ -10,7 +10,7 @@ {% for book in books %} {% if book.sub_book_num is defined %} -     {{book.title}} +     {{book.title}} {% else %} {{book.title}} {% endif %}