thats strange i would have thought the problem is that your file is not saved as "utf8"...
On 16 Nov., 15:39, Björn N <[email protected]> wrote: > Thank you Amit and cricket. Either of these does work. > > > > > > > > > > > echo $form->end(array('label' => 'Lägg till', 'escape' => false)); > > > Amit Badkas > > > > Try: > > > > echo $form->submit('Lägg till', array(escape' => false)); > > > echo $form->end(); Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
