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.
1 parent 1409e67 commit 3c83c9aCopy full SHA for 3c83c9a
build/media_source/plg_media-action_crop/js/calculator.es6.js
@@ -40,7 +40,7 @@
40
const copiedIcon = copyBtn.getAttribute('data-copied-icon');
41
const copiedText = copyBtn.getAttribute('data-copied-text');
42
43
- copyBtn.innerHTML = copiedIcon + copiedText;
+ copyBtn.innerHTML = Joomla.sanitizeHtml(copiedIcon + copiedText);
44
copyBtn.disabled = true;
45
46
setTimeout(() => {
0 commit comments