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&amp;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&amp;order=desc"><span class="a"><span class="b">Author</span></span></a>

Comments

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.