3
1
Back

The span of the front panel design and includes 2.5mm centerward shift for input and output jacks Subject: [PATCH 2/2] Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text //also get the blog $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $matches[1]; $article['content'] = $img_tag . $article['content']; } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { // Doghouse Diaries, which has broken alt tags elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } } .

New Pull Request