3
1
Back

Wondermark fix; added Oatmeal initial Fix for when invisible bread has no bread From 6a9c45505ac6d396b29028a4373b6ff337eac9d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] tweaks layout with input from sam 52b504dd7c Delete 'Panels/futura light bt.ttf' // The Oatmeal $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "

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

"; } } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $article['content'] .= "Alt: " . $img->getAttribute('title') . ""; } //noop } // Awkward Zombie elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = $matches[1]; } } if(ADD_IDS){ $article['content'] .= "

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

"; // Wondermark (alt tag already present.

New Pull Request