Closed (fixed)
Project:
MySite
Version:
5.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Apr 2008 at 20:52 UTC
Updated:
25 Mar 2017 at 20:41 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| mysite-link.patch | 772 bytes | Anonymous (not verified) |
Comments
Comment #1
agentrickardThanks for the patch!
See http://drupal.org/node/248684 for more.
Comment #2
agentrickardFixed!