Labels Milestones
BackBoth. $alt_element = $doc->createElement("i", $alt_text); } elseif (strpos($title_text, $alt_text) !== False) { $alt_text = $entry->getAttribute('alt'); $alt_text = trim($entry->getAttribute('alt')); $alt_text = trim($entry->getAttribute('title')); $result_html .= $entry->ownerDocument->saveXML($entry); if (GDORN_DEBUG && $article['debugging']) { foreach ($article['debug'] as $msg) { $article['content'] .= "
" . $entry->textContent . "
"; } } } } // Dinosaur Comics Cleanup // Dinosaur Comics Cleanup $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] . New Pull Request