diff -Naur t3blog/pi1/widgets/rss/class.rss.php t3blog-dev/pi1/widgets/rss/class.rss.php --- t3blog/pi1/widgets/rss/class.rss.php 2011-04-19 19:33:15.444862017 +0200 +++ t3blog-dev/pi1/widgets/rss/class.rss.php 2011-04-19 19:24:46.864862017 +0200 @@ -615,7 +615,8 @@ else { $basePrefix = t3lib_div::getIndpEnv('TYPO3_SITE_URL'); } - $text = preg_replace('/"((?:fileadmin|typo3conf|typo3temp|uploads|typo3)\/)|index\.php)/', '"' . $basePrefix . '\1', $text); + + $text = preg_replace('/"((?:fileadmin|typo3conf|typo3temp|uploads|typo3)\/)|index\.php/', '"' . $basePrefix . '\1', $text); return $text; }