http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9376 Bug ID: 9376 Summary: Problem with dateexpiry display in moremember.tt Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: vfernandes@keep.pt CC: gmcharlt@gmail.com There is a problem that brokens the interface of moremmeber when displaying the date expiry caused by this line: <strong class="reregistryinfo">[% dateexpiry %]</span> It should be: <span class="reregitryinfo">[% dateexpiry %]</span> It happens in version 3.8. In version 3.10, I don't know if the problem happens. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.