3
1
Back

File 4f6e9e0984 Updated LICD, alter alt-textify to handle both title and alt tags textified. $article['content'] .= "
Alt: $alt_text
"; list($html, $content_type) = $this->get_content($link); $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // XKCD (alt tags we don't need to mess with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT.

New Pull Request