N°4591 - Space trimed when filling html attribute or log attribute with object-copier

This commit is contained in:
acognet
2022-02-11 17:11:49 +01:00
parent b1ed15f31c
commit cacae0a2b3
2 changed files with 19 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
<div id="{{ oUIBlock.GetId() }}"
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} {{ oUIBlock.GetCSSColorClass() }} {% if oUIBlock.HasIcon() %}ibo-has-icon{% endif %} {% if oUIBlock.IsIconAsMedallion() %}ibo-has-medallion-icon{% endif %} {% if oUIBlock.IsHidden() %}ibo-is-hidden{% endif %} ibo-is-opened"
{% block iboPanelMetaData %}{% endblock %}
@@ -56,5 +55,4 @@
{% endfor %}
{% endblock %}
</div>
</div>
{% endapply %}
</div>