"preload" is not a minimized attribute

This commit is contained in:
ADmad 2012-02-06 12:37:13 +05:30
parent 87f463f40b
commit 2f7f00daa2

View file

@ -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'
);
/**