Hello!
I found a little bug with the module Multiselect, When you have single quote ' in the value past to the selected field it display '.
To fix it I added a little decode right before sending the value in the $selected_options array.
multiselect.module line 166:
$selected_options[$value] = html_entity_decode($options[$value],ENT_QUOTES);
I'm new with Drupal but if someone want to fix it in the next release it may help you.
Cheers
Comments
Comment #1
attheshow commentedLooks like another duplicate of #276091: Shows HTML code in selected items list when using a view to select nodes. Please use the current dev branch for the moment if you have this issue with 6.x-1.5. Hope to get out a 1.6 release with this fix in it soon.