af_comics: Fix typo -- call to undefined method.

master
JustAMacUser 6 years ago
parent f63a7c4142
commit 3f5f5bc73f

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

Loading…
Cancel
Save