3
1
Back

Elseif (strpos($title_text, $alt_text) !== False) { $alt_text = trim($entry->getAttribute('title')); $result_html .= "
Alt: " . $img->getAttribute('title') . ""; } } // Joy of Tech // Joy of Tech elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // $img_tag = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } Clean up code formatting; added.

New Pull Request