3
1
Back

// text(string, size, halign=halign, font=font); } From b404e3f9c5cb79c1ce2c1b1d88da892bdd69efea Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] .= "
$orig_content
"; } // Questionable Content (cleanup) elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $article['content'] .

New Pull Request