3
1
Back

$article['content']); // Joy of Tech * Girls with Slingshots // Girls with Slingshots elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = $matches[1]; } } // XKCD (alt tags we don't lose it bd1352a047 Fix annoyance of 2x05 IDC header triangle being so.

New Pull Request