Skip to content

Commit

Permalink
Adding 'autofocus' to list of minimized HTML attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Jul 26, 2011
1 parent e6ffb90 commit 95c2a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Helper.php
Expand Up @@ -62,7 +62,7 @@ abstract class Helper extends \lithium\core\Object {
*/
protected $_minimized = array(
'compact', 'checked', 'declare', 'readonly', 'disabled', 'selected', 'defer', 'ismap',
'nohref', 'noshade', 'nowrap', 'multiple', 'noresize', 'async'
'nohref', 'noshade', 'nowrap', 'multiple', 'noresize', 'async', 'autofocus'
);

public function __construct(array $config = array()) {
Expand Down

0 comments on commit 95c2a3c

Please sign in to comment.