3
1
Back

Collapse all files Diff Content Not Available ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; // only keep.

New Pull Request