http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=926 Summary: Many form tags lack method and/or action attributes Product: Koha Version: 2.2.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Templates AssignedTo: oleonard@athenscounty.lib.oh.us ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net CC: paul.poulain@free.fr W3C recommendations require that form tags have at least the action attribute. Several forms now in the templates lack one or both. I'm assuming that the developer in these cases is assuming that the form will submit to itself with the default 'get' method, but browser behavior is not predictable when the action attribute is missing. Should I assume that whenever the action attribute is missing the form is supposed to submit to itself? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.