3
1
Back

Alt and title texts, they're both different, use both. $title_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users 1e6cc98f41 Various updates, additions $alt_element = $doc->createElement("i", $title_text); } function hook_render_article_cdm($article) { return $this->mangle_article($article); } function rel2abs($rel, $base) { function get_img_tags($xpath, $query, &$article, $base_url=NULL.

New Pull Request