Skip to content

Commit

Permalink
[4.0] Allow form elements in a subform template (sanitisation) (#34514)
Browse files Browse the repository at this point in the history
Revert the sanitisation of subform templates
  • Loading branch information
dgrammatiko authored Jun 15, 2021
1 parent 286e513 commit 48187e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
} else {
tmpEl = document.createElement('div');
}
tmpEl.innerHTML = Joomla.sanitizeHtml(this.template);
tmpEl.innerHTML = this.template;
const row = tmpEl.children[0];

// Add to container
Expand Down

0 comments on commit 48187e8

Please sign in to comment.