I got a problem:
I use sfWidgetFormChoice to make a radio button, but in google chrome a error message is displayed: Entity 'nbsp' not defined
Who knows how to fix it?
I got a problem:
I use sfWidgetFormChoice to make a radio button, but in google chrome a error message is displayed: Entity 'nbsp' not defined
Who knows how to fix it?
make sure you are using
, including the &
and the ;
(or else it won't work). You can also use  
for tab, just so you know