Added id to tabs content div
cc @Salandora
This commit is contained in:
parent
b3594e367e
commit
188b59a319
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
<div id="tabs_content" class="tab-content">
|
||||
{% for key in templates.tab.order %}
|
||||
{% set entry, data = templates.tab.entries[key] %}
|
||||
{% if "custom_bindings" not in data or data["custom_bindings"] %}<!-- ko allowBindings: false -->{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue