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:
nate 2006-11-21 22:22:58 +00:00
parent 91b9b3be6c
commit 403bcb54b4

View file

@ -67,7 +67,7 @@ $tags = array(
'selectmultiplestart' => '<select name="data[%s][%s][]" %s>',
// Tag template for an empty select option tag.
'selectempty' => '<option value="" %s>&nbsp,</option>',
'selectempty' => '<option value="" %s>&nbsp;</option>',
// Tag template for a select option tag.
'selectoption' => '<option value="%s" %s>%s</option>',