@@ -, +, @@ template - Apply the patch and go to the OPAC. - Open the Course reserves page and click the name of the course you created. - The last item in the breadcrumb menu should be "Course reserves for [your course name]" and "you_course_name" should be in italics. - The rest of the page should look correct. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt @@ -24,7 +24,7 @@ Course reserves [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Course reserves for  [% course.course_name | html %] + Course reserves for  [% course.course_name | html %] [% END %] [% END #/ WRAPPER breadcrumbs %] --