Skip to content

Commit

Permalink
"preload" is not a minimized attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 6, 2012
1 parent 87f463f commit 2f7f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -103,7 +103,7 @@ class HtmlHelper extends AppHelper {
protected $_minimizedAttributes = array(
'compact', 'checked', 'declare', 'readonly', 'disabled', 'selected',
'defer', 'ismap', 'nohref', 'noshade', 'nowrap', 'multiple', 'noresize',
'autoplay', 'preload', 'controls', 'loop', 'muted'
'autoplay', 'controls', 'loop', 'muted'
);

/**
Expand Down

0 comments on commit 2f7f00d

Please sign in to comment.