From d71956cd238b43a842131c2b46acd84647a2e9f1 Mon Sep 17 00:00:00 2001 From: Sergio Mendolia Date: Mon, 25 Sep 2023 16:53:55 +0200 Subject: [PATCH] off by one --- templates/book/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/book/index.html.twig b/templates/book/index.html.twig index f772ba44..bb802603 100644 --- a/templates/book/index.html.twig +++ b/templates/book/index.html.twig @@ -100,7 +100,7 @@ {% endif %} {% if serie|length > 0 %}
- {% if serieMax>1 %} + {% if serieMax>=1 %}
Books in serie
{% for index in 1..serieMax %}