3
1
Back

Out_row_1; From 71d5da41172a5a79b9079ba234cbd61b0c31a525 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Delete 'Panels/Futura XBlk BT.ttf' ttrss-plugin- _comics/init.php 407 lines elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($vgcats_url); if (GDORN_DEBUG && $article['debug']) { foreach ($imgs as $img) { if (!$alt_text || strpos($article['title'], $title_text) !== False) { if ($img->getAttribute('title')) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Added.