Active
Project:
Slider
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2010 at 15:05 UTC
Updated:
9 Dec 2010 at 15:05 UTC
Html entities no decoded for tabs (ex: a quote is rendered like ').
To resolve, modify the line 123 of slider.module, replace :
$slide_title = check_plain($slide_node->title);
by
$slide_title = decode_entities(check_plain($slide_node->title));