The address fields of the patron information display of circ-menu.inc is not within <li> tags creating invalid XHTML on several pages.
Created attachment 7576 [details] [review] Proposed patch Trivial patch that corrects an XHTML problem on several borrower pages. Can be tested by going to borrower checkout and validating the XHTML for the borrower information side menu.
Created attachment 7645 [details] [review] [Signed Off] Bug 7530: Missing <li> tag in circ-menu.inc The address information of circ-menu.inc is not contained in <li> tags, this patch fixes it. Signed-off-by: Liz Rea <wizzyrea@gmail.com> verified new <li> in template. Looks good.
Adds missing start element to list. This seems to have already been fixed in the .tt version of this file, so marking this simple template change as Passed QA.
This patch add only a <li>, the </li> was already here, so the HTML is now more valid than before the patch
This fix was included in the 3.6.x branch prior to 3.6.4.