Summary: | Missing closing tag in OPAC course details template | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers, lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.03
|
|
Circulation function: | |||
Bug Depends on: | 34855 | ||
Bug Blocks: | |||
Attachments: |
Bug 35795: Missing closing tag in OPAC course details template
Bug 35795: Missing closing tag in OPAC course details template Bug 35795: Missing closing tag in OPAC course details template |
Description
Owen Leonard
2024-01-12 16:34:26 UTC
Created attachment 160989 [details] [review] Bug 35795: Missing closing tag in OPAC course details template This patch adds a missing closing tag, "</em>" to the breadcrumb navigation shown when viewing the detail page of a course. To test you must have at least one course created in the course reserves module (Course reserves -> New course) - 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. Created attachment 160991 [details] [review] Bug 35795: Missing closing tag in OPAC course details template This patch adds a missing closing tag, "</em>" to the breadcrumb navigation shown when viewing the detail page of a course. To test you must have at least one course created in the course reserves module (Course reserves -> New course) - 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. Signed-off-by: David Nind <david@davidnind.com> Created attachment 161203 [details] [review] Bug 35795: Missing closing tag in OPAC course details template This patch adds a missing closing tag, "</em>" to the breadcrumb navigation shown when viewing the detail page of a course. To test you must have at least one course created in the course reserves module (Course reserves -> New course) - 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. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.03 Doesn't apply cleanly to 23.05.x, no backport. |