3
1
Back

Indentations(); } } if ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ $text_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $alt_text); $para_element->appendChild($text_element); } elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { Gunnerkrigg and cleanup of alt-tag-only sites.

New Pull Request