3
1
Back

A704d3e530a1af53937ba04c8656790dad735ad7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fixes for CAD and sorcery101 Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $matches[1]; $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] = preg_replace("@@", '', $article['content']); } // Drugs and Wires drugs & wires.

New Pull Request