3
1
Back

978eb1d01f159b84c8992f501a13cc201d7f141a Mon Sep 17 00:00:00 2001 Subject: [PATCH] jesus and mo, maintenance if ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ } elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } Clean up code formatting; added a few comics.

New Pull Request