https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41842
--- Comment #6 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
