[Bug 4440] Adding feature to print fines/fees receipts
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4440 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> 2010-10-15 13:14:39 UTC --- I use a Firefox add-on called "Web Developer Toolbar" which offers a tool called "Validate Local HTML." It automatically submits the source of your page to the W3C validtor (required for staff pages since the validator can't access pages which require a login). The validator points out errors like: - unquoted attributes: colspan=3 should be colspan="3" - unescaped & symbols. & should be & - <tfood> must be positioned right after <thead> in table markup - <script> tags should say <script type="javascript"> (the language attribute is not used) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org