https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010 --- Comment #368 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 181804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181804&action=edit Bug 38010: (QA follow-up) Add missing filter to main-container.inc Amended-by: Jonathan Druart -[% SET islands = Asset.js("js/vue/dist/islands.esm.js").match('(src="([^"]+)")').1 | $raw %] <script src="[% islands %]" type="module"> +[% SET islands = Asset.js("js/vue/dist/islands.esm.js").match('(src="([^"]+)")').1 %] <script src="[% islands | $raw %]" type="module"> Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.