I noticed that the form helper 'select' does automatically do HTML
escaping for values within the option tag. I need to show thing like the
euro sign, so I need to be able to turn this feature off.
I noticed that the form helper 'select' does automatically do HTML
escaping for values within the option tag. I need to show thing like
the
euro sign, so I need to be able to turn this feature off.
It's hardcoded to do this. Can't thing of anything you can do except
build up the option tags yourself.