mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
remove unnecessary debugging from previous
This commit is contained in:
@@ -190,8 +190,6 @@ class Af_Comics extends Plugin {
|
|||||||
|
|
||||||
$title = $xpath->query('//h3')->item(0);
|
$title = $xpath->query('//h3')->item(0);
|
||||||
|
|
||||||
print htmlspecialchars($doc->saveHTML($content_node));
|
|
||||||
|
|
||||||
if ($title) {
|
if ($title) {
|
||||||
$title = clean(trim($title->nodeValue));
|
$title = clean(trim($title->nodeValue));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user