https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17417
--- Comment #1 from Owen Leonard <[email protected]> --- Created attachment 56094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56094&action=edit Bug 17417 - Correct invalid markup around news on the staff client home page This patch fixes two minor errors in the markup around displaying news on the staff client home page: Adding a missing "class" attribute, and changing the container around news items from <p> to <div> (because news items might contain <p> and nesting them is incorrect). To test, apply the patch and view the staff client home page with news items showing. Validate the page and confirm that there are no errors. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
