The function returns a 'href' element in the $links array, which causes bad output because the 'title' is made of a collection of links which includes the mysite-anchor link already. In HTML it's not valid to have overlapping anchor links. Any anchor link has to be closed before a new one can be opened.

This patch also fixes the theme issue I submitted earlier.

CommentFileSizeAuthor
mysite-link.patch772 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agentrickard’s picture

Thanks for the patch!

See http://drupal.org/node/248684 for more.

agentrickard’s picture

Status: Needs review » Closed (fixed)

Fixed!