Closed (fixed)
Project:
Follow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2010 at 04:12 UTC
Updated:
12 Jul 2010 at 18:50 UTC
When User block is set to show follow [username] on ..., html content (a links) are showing up in the title tooltip for the follow links in the user block.
Change follow.module line 282 to:
'title' => preg_replace('/<([^>]+?)>/', '', follow_link_title($link->uid)) .' '. $title,
--glen
Comments
Comment #1
q0rban commentedThanks, committed. :) http://drupal.org/cvs?commit=385356