[symfony-users] Re: &apos not understood

2009-08-08 Thread DEEPAK BHATIA
The function details below has correct form. Sorry for asking question before reading full page. Regards Deepak On Sat, Aug 8, 2009 at 5:56 PM, DEEPAK BHATIA wrote: > Thanks, > > What is the solution to this problem ? > > Regards > > Deepak > > On Sat, Aug 8, 2009 at 5:46 PM, Gábor Fási wrote:

[symfony-users] Re: &apos not understood

2009-08-08 Thread DEEPAK BHATIA
Thanks, What is the solution to this problem ? Regards Deepak On Sat, Aug 8, 2009 at 5:46 PM, Gábor Fási wrote: > > It's a html encoding problem, ' means an aposthrophe ( ' ), so > the code you pasted should look like this: > > string submit_tag($value = 'Save changes', $options = array()) > R

[symfony-users] Re: &apos not understood

2009-08-08 Thread Gábor Fási
It's a html encoding problem, ' means an aposthrophe ( ' ), so the code you pasted should look like this: string submit_tag($value = 'Save changes', $options = array()) Returns an XHTML compliant tag with type="submit". On Sat, Aug 8, 2009 at 14:07, DEEPAK BHATIA wrote: > > Hi, > > I am not ab