3
1
Back

Wires drugs & wires, pilotside From bab77fac9dc44b0a10d743c564c65ae0938027f6 Mon Sep 17 00:00:00 2001 Subject: [PATCH] More layout updates ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } // Wondermark (alt tag already present elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { Gunnerkrigg and cleanup of alt-tag-only.

New Pull Request