3
1
Back

In ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { // Wondermark (alt tag already present elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } elseif (strpos($alt_text, $title_text) !== false){ // there's both alt and title texts, they're both different, use both.

New Pull Request