version 1.0 of the FoxyBookmark plugin is returning the word “array” as a tooltip when mousing over each icon as it is being assigned as the title of the link anchor.
The word “array” also appears at the end of the anchor without context:
...target="_self" rel="nofollow" title="Array"Array></a>
It looks like line 313 of foxy-bookmarks.php may be the issue
<li class="%s"><a href="%s" rel="%s"></a>
I’ve *hacked* it on my installation to:
<li class="%s"><a href="%s" rel="%s" title=""></a>
However is there an update to fix the title tooltip?
]]>