Add missing b3p-icon classes to html files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{ definition.C_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %}
|
||||
{% if definition.FA_ENABLED %}
|
||||
<i class="icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i>
|
||||
<i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i>
|
||||
{% else %}
|
||||
<img src="{{ definition.IMAGE_SRC }}" width="{{ definition.IMAGE_WIDTH }}" height="{{ definition.IMAGE_HEIGHT }}" alt="" />
|
||||
{% endif %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %}
|
||||
{% if definition.FA_ENABLED %}
|
||||
<i class="icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i>
|
||||
<i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i>
|
||||
{% else %}
|
||||
<img src="{{ definition.IMAGE_SRC }}" width="{{ definition.IMAGE_WIDTH }}" height="{{ definition.IMAGE_HEIGHT }}" alt="" />
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user