Skip to content

Commit f5eba53

Browse files
committed
AC-1194: Update HTML tags
Updated br tag
1 parent 5734ca9 commit f5eba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/template/image/image-details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 translate="'Details'"></h3>
3333
<each args="{ data: value, as: 'item'}">
3434
<div class="value">
3535
<a attr="href: $parents[1].getFilterUrl(item.link)"
36-
text="$parents[1].getUsedInText(item)"></a></br>
36+
text="$parents[1].getUsedInText(item)"></a><br/>
3737
</div>
3838
</each>
3939
</if>

0 commit comments

Comments
 (0)