Labels Milestones
BackSMD 55ee65a5e94ad245f04db09ef472959294e7cca0 Still trying to fit in glide controls From a5c5ff12ce18fecaaf346f973863d12bf361ac82 Mon Sep 17 00:00:00 2001 Subject: [PATCH 2/2] Fix for when invisiblebread has no bread Pain Train alt tag, Alice Grove bigger img Pain Train alt tag, Alice Grove (get bigger image elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $matches[1]; } } $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Make sure.
New Pull Request