pull/181/head
Pavel Loginov 2019-11-18 23:16:13 +03:00
parent 9f9794d64d
commit 80e7b6a295
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</span> </span>
{% set backend = backend|join('_') %} {% set backend = backend|join('_') %}
{% do section_name.update({i: backend}) %} {% do section_name.update({i: backend}) %}
<span id="{{sep_section_name[i]|replace('\n', '')}}" class="accordion-link"></span> <span id="{{section_name[i]|replace('\n', '')}}" class="accordion-link"></span>
</span><div> </span><div>
{% continue %} {% continue %}
{%- endif -%} {%- endif -%}