3
1
Back

(if there are quotes) // Doghouse Diaries, which has broken alt tags if (preg_match("@.*()@", $article['content'], $matches)) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Scenes From A Multiverse (to get alt tag) // Pain Train alt.

New Pull Request