Patch (to be ported)
Project:
Slider
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 14:33 UTC
Updated:
5 Aug 2010 at 14:40 UTC
I had modify my slider.module in line 133:
#'data' => l($slide_title, $link, $slide_options),
'data' => l(html_entity_decode($slide_title, ENT_QUOTES), $link, $slide_options),
it works.
Comments
Comment #1
eloiguell commented