Labels Milestones
BackDd8c61c34faaeb27b8a193b7a0410df7bb5b6b87 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Replaced accidentally dropped Fine tuning hole. Am totally not using git correctly Am totally not using git correctly // Achewood (alt tag) elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "
"; } } foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } } // replace the