3
1
Back

An owner of Copyright 2015-2016 Mike Bostock Permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Stick $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .= "

" . $entry->textContent . "

"; } } // XKCD (alt tags we don't need to call out for) $article['content'] = $img_tag . $article['content']; } Added The Trenches; yet.

New Pull Request