mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Added self closing tag format.
This commit is contained in:
parent
6f09f5dfc8
commit
b5c7ca2ee9
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class HtmlHelper extends AppHelper {
|
|||
'tag' => '<%s%s>%s</%s>',
|
||||
'tagstart' => '<%s%s>',
|
||||
'tagend' => '</%s>',
|
||||
'tagselfclosing' => '<%s%s/>',
|
||||
'para' => '<p%s>%s</p>',
|
||||
'parastart' => '<p%s>',
|
||||
'label' => '<label for="%s"%s>%s</label>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue