W3C Validator complains about the uncoded ampersands in the URLs, in the following XHTML output:
<a title="Click a second time to reverse the sort order"href="/biblio&sort=author&order=desc"><span class="a"><span class="b">Author</span></span></a>
Fails for the Sort tabs Biblio Settings option only. Passes validation when using the default Sort links. :) So I think the above should be:
<a title="Click a second time to reverse the sort order"href="/biblio?sort=author&order=desc"><span class="a"><span class="b">Author</span></span></a>
Comments
Comment #1
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.