3
1
Back

Warnings More work finding space for a few comics; standardized appending alt/title text under images (extra useful for non-browser users) function about() { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { // not a comic, just a borked RSS feed elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) .

New Pull Request