Skip to content

Commit 48187e8

Browse files
authored
[4.0] Allow form elements in a subform template (sanitisation) (#34514)
Revert the sanitisation of subform templates
1 parent 286e513 commit 48187e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
} else {
185185
tmpEl = document.createElement('div');
186186
}
187-
tmpEl.innerHTML = Joomla.sanitizeHtml(this.template);
187+
tmpEl.innerHTML = this.template;
188188
const row = tmpEl.children[0];
189189

190190
// Add to container

0 commit comments

Comments
 (0)