3
1
Back

// special: the right-hand side tries to squeeze 6 rows into the linked page for content, e.g. Alt tags. */ global $fetch_last_content_type; $html = fetch_file_contents($link); Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users $host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); } function hook_render_article($article) { try { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return $article; } function init($host) { .

New Pull Request