mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing additional spaces in tags.
This commit is contained in:
parent
f5383a2243
commit
8f66fe6ed4
1 changed files with 4 additions and 4 deletions
|
@ -35,11 +35,11 @@ class HtmlHelper extends AppHelper {
|
|||
'metalink' => '<link href="%s"%s/>',
|
||||
'link' => '<a href="%s"%s>%s</a>',
|
||||
'mailto' => '<a href="mailto:%s" %s>%s</a>',
|
||||
'form' => '<form %s>',
|
||||
'form' => '<form%s>',
|
||||
'formend' => '</form>',
|
||||
'input' => '<input name="%s" %s/>',
|
||||
'textarea' => '<textarea name="%s" %s>%s</textarea>',
|
||||
'hidden' => '<input type="hidden" name="%s" %s/>',
|
||||
'input' => '<input name="%s"%s/>',
|
||||
'textarea' => '<textarea name="%s"%s>%s</textarea>',
|
||||
'hidden' => '<input type="hidden" name="%s"%s/>',
|
||||
'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