Labels Milestones
BackElse { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] .= "
Error processing via _comics plugin!
" . $e->getMessage(); } } // Something Positive Some comics supported elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users if (preg_match("@.*(
New Pull Request