Skip to content

Commit 46451a3

Browse files
committed
N°8955 Fix indentation
1 parent 07fee72 commit 46451a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<span id="{{ oUIBlock.GetId() }}"
22
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} ibo-is-{{ oUIBlock.GetColor() }}"
33
{% if oUIBlock.GetTooltip() is not empty %}
4-
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
5-
{% endif %}
4+
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
5+
{% endif %}
66
>
77
{{ oUIBlock.GetLabel() }}
88
</span>

templates/base/layouts/extension/extension-details/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div class="ibo-extension-details--information--metadata">
1212
{% for sMetaData in oUIBlock.GetMetaData() %}
13-
<span>{{ sMetaData }}</span>
13+
<span>{{ sMetaData }}</span>
1414
{% endfor %}
1515
</div>
1616
<div class="ibo-extension-details--information--description">

0 commit comments

Comments
 (0)