[Bug 553] New: broken html (neither valid nor well-formed)
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=553 Summary: broken html (neither valid nor well-formed) Product: Koha Version: 2.0.0 Platform: All URL: https://www.unido.org/cgi-bin/koha/opac-main.pl OS/Version: All Status: NEW Severity: normal Priority: P2 Component: OPAC AssignedTo: chris@katipo.co.nz ReportedBy: ewan@cs.auckland.ac.nz QAContact: koha-bugs@lists.sourceforge.net The html produced by Koha on at least some pages is neither valid nor well-formed. This is based on my looking at the installation at www.unido.org. I don't know how must customisation they've done, but I'm pretty sure some of the problems I see are from the base Koha code. The tool I use to analyse the pages uses jtidy (http://lempinen.net/sami/jtidy/). The output for the MAIN and SEARCH pages is below. Unfortunately problems with my tool prevent me from looking further at the moment (but I'm working on them :-). I've added some comments based on eyeballing the source html. Let me know if there are any questions about what's here. The messages aren't always the most enlightening... MAIN.pl line 66 column 1 - Warning: <table> lacks "summary" attribute line 98 column 43 - Warning: missing </form> before </td> line 103 column 1 - Warning: discarding unexpected </form> line 110 column 61 - Warning: discarding unexpected </center> line 117 column 1 - Warning: discarding unexpected </tr> SEARCH.pl line 24 column 1 - Warning: inserting missing 'title' element <!-- this is in fact a lie - I believe the problem is that there are two <html> tags at the beginning of this page, which seriously confuses jtidy, and so any remaining errors are suspect). line 25 column 1 - Warning: <head> isn't allowed in <body> elements line 26 column 1 - Warning: <title> isn't allowed in <body> elements line 27 column 1 - Warning: link isn't allowed in <body> elements line 32 column 1 - Warning: </head> isn't allowed in <body> elements line 33 column 1 - Warning: <body> isn't allowed in <body> elements line 36 column 1 - Warning: <table> lacks "summary" attribute line 59 column 1 - Warning: <table> lacks "summary" attribute line 70 column 82 - Warning: input proprietary attribute value "absmiddle" line 86 column 1 - Warning: <table> lacks "summary" attribute line 228 column 1 - Warning: discarding unexpected </tr> line 237 column 1 - Warning: <table> lacks "summary" attribute line 239 column 1 - Warning: trimming empty <table> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz