https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38217 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #7)
(In reply to Jonathan Druart from comment #5)
From Mattermost: """ Issue with the translation script that has been around for years. We reject the structure (TT tags inside HTML tags) from the QA script, but this is a new structure that must be rejected
Yeah I still don't understand what you're saying there. What's the "new structure"?
The one we knew that was problematic, when building HTML nodes: <a href="#" [% IF required %]required[% END %]>link</a> We catch it with the QA script, and there is a test: xt/tt_valid.t The new one, discovered here, when building nodes using JS. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.