mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
af_comics: Fix typo -- call to undefined method.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user