diff --git a/modules/rss/tpl/format/atom10.html b/modules/rss/tpl/format/atom10.html
index 71109c9d4..e0889cbe7 100644
--- a/modules/rss/tpl/format/atom10.html
+++ b/modules/rss/tpl/format/atom10.html
@@ -21,7 +21,7 @@
{$oDocument->getNickName()}
{$oDocument->getSummary(400)}
- {utf8_trim(utf8_normalize_spaces($oDocument->get('content')))|escape}
+ {\Rhymix\Framework\Filters\HTMLFilter::fixRelativeUrls(utf8_trim(utf8_normalize_spaces($oDocument->get('content'))))|escape}
diff --git a/modules/rss/tpl/format/rss20.html b/modules/rss/tpl/format/rss20.html
index 084d9bd71..7a4a6e974 100644
--- a/modules/rss/tpl/format/rss20.html
+++ b/modules/rss/tpl/format/rss20.html
@@ -20,7 +20,7 @@
{$oDocument->getTitleText()}
{$oDocument->getPermanentUrl()}
- {utf8_trim(utf8_normalize_spaces($oDocument->get('content')))|escape}
+ {\Rhymix\Framework\Filters\HTMLFilter::fixRelativeUrls(utf8_trim(utf8_normalize_spaces($oDocument->get('content'))))|escape}
{$oDocument->getSummary(400)|escape}
diff --git a/modules/rss/tpl/format/xe.html b/modules/rss/tpl/format/xe.html
index bdb8b485f..8f811c5e4 100644
--- a/modules/rss/tpl/format/xe.html
+++ b/modules/rss/tpl/format/xe.html
@@ -15,7 +15,7 @@
{$oDocument->getNickName()}
{$oDocument->getPermanentUrl()}
- {utf8_trim(utf8_normalize_spaces($oDocument->get('content')))|escape}
+ {\Rhymix\Framework\Filters\HTMLFilter::fixRelativeUrls(utf8_trim(utf8_normalize_spaces($oDocument->get('content'))))|escape}
{$oDocument->getSummary(400)|escape}