21 May
2026
21 May
'26
12:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41842 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #5)
- <span>Edit [% course_name | html | $HtmlTags tag="em" %][%- IF course.section -%]- [% course.section | html | $HtmlTags tag="em" %][%- END -%]</span> + [% tx("Edit course {course_name}", { course_name = course_name }) | $raw %]
Why did you remove the section from this one?
Shouldn't it be + [% tx("Edit course {course_name}", { course_name = course_em }) | $raw %] like everywhere else?
It's the one from breadcrumb: https://snipboard.io/xKyPLG.jpg -- You are receiving this mail because: You are watching all bug changes.