mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing typo in tags.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3887 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
91b9b3be6c
commit
403bcb54b4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ $tags = array(
|
||||||
'selectmultiplestart' => '<select name="data[%s][%s][]" %s>',
|
'selectmultiplestart' => '<select name="data[%s][%s][]" %s>',
|
||||||
|
|
||||||
// Tag template for an empty select option tag.
|
// Tag template for an empty select option tag.
|
||||||
'selectempty' => '<option value="" %s> ,</option>',
|
'selectempty' => '<option value="" %s> </option>',
|
||||||
|
|
||||||
// Tag template for a select option tag.
|
// Tag template for a select option tag.
|
||||||
'selectoption' => '<option value="%s" %s>%s</option>',
|
'selectoption' => '<option value="%s" %s>%s</option>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue