We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78f7b12 + da3bfbf commit 7468552Copy full SHA for 7468552
src/bundle/Resources/public/js/scripts/fieldType/ezimageasset.js
@@ -153,7 +153,7 @@
153
previewImg.classList.toggle('d-none', image === null);
154
previewAlt.value = image.alternativeText;
155
previewActionPreview.setAttribute('href', destinationLocationUrl);
156
- assetNameContainer.innerHTML = destinationContentName;
+ assetNameContainer.innerText = destinationContentName;
157
assetNameContainer.setAttribute('href', destinationLocationUrl);
158
159
this.inputDestinationContentId.value = destinationContentId;
0 commit comments