Added self closing tag format.

This commit is contained in:
ADmad 2012-02-05 17:43:23 +05:30
parent 6f09f5dfc8
commit b5c7ca2ee9

View file

@ -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>',