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

tekket’s picture

thank you, it works for me too.

mikeker’s picture

Assigned: Unassigned » mikeker
Status: Active » Fixed

Thanks 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

marcushenningsen’s picture

Confirming that the patch works.

Thanks
Marcus

cem kaan’s picture

Thank you very much. It works.

arbel’s picture

works,

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.