Fixed and resubmitted.
On Mon, Feb 8, 2010 at 1:11 PM, Owen Leonard <[email protected]> wrote: >> <input type="radio" name="page_side" id="page_side" value="F" checked /> > > This is invalid. It needs to be > > <input type="radio" name="page_side" id="page_side" value="F" > checked="checked" /> > > -- Owen > > -- > Web Developer > Athens County Public Libraries > http://www.myacpl.org > _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
