mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
"preload" is not a minimized attribute
This commit is contained in:
parent
87f463f40b
commit
2f7f00daa2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class HtmlHelper extends AppHelper {
|
||||||
protected $_minimizedAttributes = array(
|
protected $_minimizedAttributes = array(
|
||||||
'compact', 'checked', 'declare', 'readonly', 'disabled', 'selected',
|
'compact', 'checked', 'declare', 'readonly', 'disabled', 'selected',
|
||||||
'defer', 'ismap', 'nohref', 'noshade', 'nowrap', 'multiple', 'noresize',
|
'defer', 'ismap', 'nohref', 'noshade', 'nowrap', 'multiple', 'noresize',
|
||||||
'autoplay', 'preload', 'controls', 'loop', 'muted'
|
'autoplay', 'controls', 'loop', 'muted'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue