3
1
Back

This document and has no bread From 6a9c45505ac6d396b29028a4373b6ff337eac9d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for when invisiblebread has no bread 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 1e6cc98f41 Various updates, additions // PhD Unknown elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $article['content'] .= "
Alt: " . $article['id']; } return $article; } function hook_render_article($article) { $article['content'] = $img_tag . $article['content']; .

New Pull Request