Summary: | Typo ol in member-alt-contact-style.inc | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Patrons | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall, kyle, m.de.rooy, victor |
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: |
21.11.00,21.05.05,20.11.12
|
|
Circulation function: | |||
Bug Depends on: | 25070 | ||
Bug Blocks: | |||
Attachments: |
Bug 29213: Fix typo ol in member-alt-contact-style.inc
Bug 29213: Fix typo ol in member-alt-contact-style.inc Bug 29213: Fix typo ol in member-alt-contact-style.inc |
Description
Fridolin Somers
2021-10-12 18:35:37 UTC
Created attachment 126127 [details] [review] Bug 29213: Fix typo ol in member-alt-contact-style.inc There is a typo in member-alt-contact-style.inc, tag ol is open twice for alternate contact. Test plan : 1) Create new patron 2) Look at HTML structure in "Alternate contact" section => Without patch you see <ol> twice and </ol> once => With patch you see once <ol> and </ol> Created attachment 126133 [details] [review] Bug 29213: Fix typo ol in member-alt-contact-style.inc There is a typo in member-alt-contact-style.inc, tag ol is open twice for alternate contact. Test plan : 1) Create new patron 2) Look at HTML structure in "Alternate contact" section => Without patch you see <ol> twice and </ol> once => With patch you see once <ol> and </ol> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 126177 [details] [review] Bug 29213: Fix typo ol in member-alt-contact-style.inc There is a typo in member-alt-contact-style.inc, tag ol is open twice for alternate contact. Test plan : 1) Create new patron 2) Look at HTML structure in "Alternate contact" section => Without patch you see <ol> twice and </ol> once => With patch you see once <ol> and </ol> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 21.11, thanks to everybody involved! Pushed to 21.05.x for 21.05.05 Pushed to 20.11.x for 20.11.12 Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. |