3
1
Back

= $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $img; } Fix for two bugs in Doghouse Diaries rss: spaces in img.

New Pull Request