https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39975 Bug ID: 39975 Summary: OpacMoreSearches HTML customization is mangled by TinyMCE Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org OpacMoreSearches is supposed to be one or more <li> elements. However, when you save it in HTML customizations, it'll add a <ul></ul> tags around the <li> elements you define. This causes a poor display due to padding added by user agent stylesheets to <ul> elements. With this particular HTML customization, I think we'd want to prevent TinyMCE from doing a HTML cleanup. However, there are probably other HTML customizations where we want to keep that cleanup. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.