3
1
Back

A840574ffb1f388603595f7bc07f1297bb707d9a Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for when invisible bread has no bread 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"], "berkeleymews.com/") !== FALSE && // SatW // SatW elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // $xpath = new DOMXpath($doc); $bread = $xpath->query("//a[contains(@href, 'bonus-panel')]")->item(0); $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath.

New Pull Request