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

eloiguell’s picture

Status: Active » Patch (to be ported)