Skip to content

Commit

Permalink
off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 25, 2023
1 parent 81a59ef commit d71956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/book/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{% endif %}
{% if serie|length > 0 %}
<div>
{% if serieMax>1 %}
{% if serieMax>=1 %}
<h5>Books in serie</h5>
<div class="row">
{% for index in 1..serieMax %}
Expand Down

0 comments on commit d71956c

Please sign in to comment.