3
1
Back

Stun.kicad_pro From 720296ca7c6a75e44bd21e28d4f7a15a3feff490 Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 424 lines $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($text_element); } elseif (strpos($alt_text, $title_text) !== False) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = $matches[1]; } } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = $matches[1]; } } Clean up code formatting; added a.

New Pull Request