Issue #3202808 by andy-blum, mherchel: malformed twig in book-tree tremplate

merge-requests/461/head
Lauri Eskola 2021-03-24 12:03:28 +02:00
parent fc37ffa5cd
commit 6ee786e9e5
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{% if menu_level == 0 %}
<ul{{ attributes.addClass('book-navigation__menu menu', 'menu--level-' ~ (menu_level + 1)) }}>
{% else %}
<ul class='menu menu--level-' ~ (menu_level + 1)>
<ul class='menu menu--level-{{ menu_level + 1 }}'>
{% endif %}
{% for item in items %}
{%