Skip to content

Commit 7468552

Browse files
committed
Merge branch '2.3' of github.com:ezsystems/ezplatform-admin-ui into temp_2.3_to_4.6
2 parents 78f7b12 + da3bfbf commit 7468552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/scripts/fieldType/ezimageasset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
previewImg.classList.toggle('d-none', image === null);
154154
previewAlt.value = image.alternativeText;
155155
previewActionPreview.setAttribute('href', destinationLocationUrl);
156-
assetNameContainer.innerHTML = destinationContentName;
156+
assetNameContainer.innerText = destinationContentName;
157157
assetNameContainer.setAttribute('href', destinationLocationUrl);
158158

159159
this.inputDestinationContentId.value = destinationContentId;

0 commit comments

Comments
 (0)