Hi Daniel,
Thanks for your answer. I search in my theme function.php and I don’t have any filter applied to widget_title. I look into the plugin code and replacing this line worked for me:
echo apply_filters('widget_title',$linkList);
replace with
echo $linklist