https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29213 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126127|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 126133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126133&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.