af_comics: Fix typo -- call to undefined method.

This commit is contained in:
JustAMacUser 2018-02-11 07:01:29 +00:00
parent f63a7c4142
commit 3f5f5bc73f

View file

@ -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");
}
}