diff options
| author | 2016-02-17 00:22:36 +0100 | |
|---|---|---|
| committer | 2016-02-17 00:22:36 +0100 | |
| commit | 567a0cea80d4493031ed5b6ffee9e57cf8f5a830 (patch) | |
| tree | ba6d714f6c95bca662311892c688e7fd0886f9c4 /lib | |
| parent | 329761fb003563c5df2fcf7de4273090af9de5eb (diff) | |
| parent | 86e113ba80c395b60fc016228b11dd56636a85d7 (diff) | |
Merge branch 'srcset-quickfix' into dev
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index b0189c162..e7e59fe65 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -209,7 +209,7 @@ function customSimplePie() { $simplePie->strip_attributes(array_merge($simplePie->strip_attributes, array( 'autoplay', 'onload', 'onunload', 'onclick', 'ondblclick', 'onmousedown', 'onmouseup', 'onmouseover', 'onmousemove', 'onmouseout', 'onfocus', 'onblur', - 'onkeypress', 'onkeydown', 'onkeyup', 'onselect', 'onchange', 'seamless'))); + 'onkeypress', 'onkeydown', 'onkeyup', 'onselect', 'onchange', 'seamless', 'srcset'))); $simplePie->add_attributes(array( 'img' => array('lazyload' => '', 'postpone' => ''), //http://www.w3.org/TR/resource-priorities/ 'audio' => array('lazyload' => '', 'postpone' => '', 'preload' => 'none'), |
