3
1
Back

935360b93335e25faff8cacfb1f2d4cfe2add8e2 Mon Sep 17 00:00:00 2001 Subject: [PATCH] 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'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .= "

" . $entry->textContent . "

"; } } Clean up code formatting; added a few comics; standardized appending alt/title text Added The Trenches; yet more code style tweaking elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Dilbert // Dilbert elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { // draw panel, subtract holes .

New Pull Request