Line 134:
$item = '<label class="option" for="'. $id .'">'. $checkbox .' '. htmlentities($value, ENT_QUOTES,'UTF-8') .'</label>';
this allows to have UTF-8 labels. Works with me.
Line 134:
$item = '<label class="option" for="'. $id .'">'. $checkbox .' '. htmlentities($value, ENT_QUOTES,'UTF-8') .'</label>';
this allows to have UTF-8 labels. Works with me.
Comments
Comment #1
tekket commentedthank you, it works for me too.
Comment #2
mikeker commentedThanks for the patch. Vidar mentioned this as part of #645348, but I suppose there's no reason to wait until that issue has been tested to check in the fix for this issue. FYI: used check_plain() instead of htmlentities().
You can grab this fix in the -dev release.
- Mike
Comment #3
marcushenningsen commentedConfirming that the patch works.
Thanks
Marcus
Comment #4
cem kaan commentedThank you very much. It works.
Comment #5
arbel commentedworks,