af_comics: Fix typo -- call to undefined method.
This commit is contained in:
parent
f63a7c4142
commit
3f5f5bc73f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class Af_Comics extends Plugin {
|
||||||
$node->setAttribute("srcset", $node->getAttribute("data-srcset"));
|
$node->setAttribute("srcset", $node->getAttribute("data-srcset"));
|
||||||
$node->removeAttribute("data-srcset");
|
$node->removeAttribute("data-srcset");
|
||||||
} elseif ($node->hasAttribute("src")) {
|
} elseif ($node->hasAttribute("src")) {
|
||||||
$node->remoteAttribute("srcset");
|
$node->removeAttribute("srcset");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue