https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010
--- Comment #368 from Jonathan Druart <[email protected]> --- 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 <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
