Last modified: 2008-05-01 22:31:38 UTC
Powersearch form uses invalid "id" attributes for <input type="checkbox"> elements thus invalid "for" attributes for <label> elements. Suggesting use same value of "name" attribute for "id" attribute as per usual habits thus for "for" attribute in <label>
Created attachment 4866 [details] valid attributes ("powersearch-ns{$ns}" form); <ul> -> <ol> Fixing the "id" & "for" attributes. Also changing <ul> to <ol>, because of "start" attribute presence.
Fixed in r34101