N°8955 Fix indentation

This commit is contained in:
Timothee
2026-01-19 10:53:26 +01:00
parent 8b19d7e1d0
commit 2f93bd2318
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<span id="{{ oUIBlock.GetId() }}"
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} ibo-is-{{ oUIBlock.GetColor() }}"
{% if oUIBlock.GetTooltip() is not empty %}
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
{% endif %}
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
{% endif %}
>
{{ oUIBlock.GetLabel() }}
</span>

View File

@@ -10,7 +10,7 @@
</div>
<div class="ibo-extension-details--information--metadata">
{% for sMetaData in oUIBlock.GetMetaData() %}
<span>{{ sMetaData }}</span>
<span>{{ sMetaData }}</span>
{% endfor %}
</div>
<div class="ibo-extension-details--information--description">