mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixing html helper textarea duplicate key, fixes #4214
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6960 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
8f4eda68fc
commit
0db9a4ca00
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class HtmlHelper extends AppHelper {
|
|||
'input' => '<input name="%s" %s/>',
|
||||
'textarea' => '<textarea name="%s" %s>%s</textarea>',
|
||||
'hidden' => '<input type="hidden" name="%s" %s/>',
|
||||
'textarea' => '<textarea name="%s" %s>%s</textarea>',
|
||||
'checkbox' => '<input type="checkbox" name="%s" %s/>',
|
||||
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
|
||||
'radio' => '<input type="radio" name="%s" id="%s" %s />%s',
|
||||
|
|
Loading…
Reference in a new issue