Closed (fixed)
Project:
Freelinking
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 14:46 UTC
Updated:
31 Dec 2008 at 20:20 UTC
Sorry, I reported it view minutes ago as feature request (#303069: add a css class to the created code).
Reading the code I found it's a small bug:
in freelinking.module replace line 280
$replacement = l(html_entity_decode($phrase), 'freelinking/' . rawurlencode($freelink), array('class' => 'freelinking'));
with
$replacement = l(html_entity_decode($phrase), 'freelinking/' . rawurlencode($freelink), array('attributes' => array('class' => 'freelinking')));
There we're some small changes in the Drupal API :-)
Cheers,
Rainer
Comments
Comment #1
eafarris commentedFixed in freelinking-6.x-1.7. Please verify and close.