From bugzilla-daemon@bugs.koha-community.org Fri Oct 15 15:15:09 2010 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 4440] Adding feature to print fines/fees receipts Date: Fri, 15 Oct 2010 13:14:49 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7045362133104288216==" --===============7045362133104288216== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D4440 --- Comment #3 from Owen Leonard 2010-10-15 13:14:39 UT= C --- 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=3D3 should be colspan=3D"3" - unescaped & symbols. & should be & - must be positioned right after in table markup -