summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-02-11 07:10:13 +0000
committerGogs <[email protected]>2018-02-11 07:10:13 +0000
commit304d898e6b5f67c66b7edbf1f5d3301e91e4459f (patch)
tree09b9bde06409f6d8845b321026fbb1e9cf5728a2
parentf63a7c4142f636395f285355193376a6337422d5 (diff)
parent3f5f5bc73fe42b7552415b371c80c90fa8405555 (diff)
Merge branch 'master' of JustAMacUser/tt-rss into master
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index d59a654d7..bacc36918 100755
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -131,7 +131,7 @@ class Af_Comics extends Plugin {
$node->setAttribute("srcset", $node->getAttribute("data-srcset"));
$node->removeAttribute("data-srcset");
} elseif ($node->hasAttribute("src")) {
- $node->remoteAttribute("srcset");
+ $node->removeAttribute("srcset");
}
}