Re: html helper: not valid xhtml

2007-04-25 Thread Damien

Presumably you should be using 'password' instead of 'input' anyway
for the above example?

'password' => ''

I'm using 1.1.14 stable and my standard input fields are coming out
fine... (i.e. with the />) - what code are you using in your view to
generate the offending (non XHTML)?

Damien


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: html helper: not valid xhtml

2007-04-25 Thread majna

Cake version is 1.1.15.4852 -latest nightly, same problem with  1.1.14
stable
tnx


On Apr 25, 9:00 pm, majna <[EMAIL PROTECTED]> wrote:
> There is page in output (source):
>  value="" type="password">
>
> Notice closing tag: without />
>
> In cake\libs\view\helper.php
> "input" is defined like this:
> 'input' => '',
>
> So where could be a probelm here?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



html helper: not valid xhtml

2007-04-25 Thread majna

There is page in output (source):


Notice closing tag: without />

In cake\libs\view\helper.php
"input" is defined like this:
'input' => '',

So where could be a probelm here?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---