3
1
Back

Main arrasta/Samba Reggae rhythms.txt 29 lines From 09fb252cd2b579a75d1265ef59f35164b84754cc Mon Sep 17 00:00:00 2001 Subject: [PATCH] Wondermark fix; added Oatmeal initial 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 if (preg_match("@.*(get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= $aftercomic; $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; // Wondermark (alt tag already present elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { - maybe.

New Pull Request