15 Dec
2025
15 Dec
'25
4:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38217 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt 113 var content = "<h3>" + _("Authority number") + ": [% authid | html %]</h3><hr>"; this one is correctly picked. So I've tried this: var content = "<h3>" + _("Authority number") + ": [% authid | html %]</h3><hr>"; content += "<h3>[% authid | html %] " + _("Authority number") + "</h3><hr>"; The second one is not picked, certainly because the TT tag is before. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.