Labels Milestones
Back52a9fa26f6 achewood, gwss fix, fix for when invisiblebread has no bread Fix for when invisiblebread has no bread Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Wondermark (alt tag already present foreach ($imgs as $img) { $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src, 'sp') and contains(@src, 'png')]", $article); $article['content'] .= "
" . $entry->textContent . "
"; $article['content'] .= $aftercomic; } } // Joy of Tech elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // Dead Philosophers elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content. New Pull Request