diff --git a/templates/rss.php b/templates/rss.php
index 8a9dae5dd..ebd805a5a 100644
--- a/templates/rss.php
+++ b/templates/rss.php
@@ -34,7 +34,7 @@
-
-
+
diff --git a/tests/Template/RssTest.php b/tests/Template/RssTest.php
index cd2282fca..7ed05e677 100644
--- a/tests/Template/RssTest.php
+++ b/tests/Template/RssTest.php
@@ -78,7 +78,7 @@ public function dataContent(): array {
['activity_id' => 1337, 'subject' => '', 'link' => '', 'timestamp' => 0, 'message' => ''],
],
'
- '
- . "\n" . ' 1337'
+ . "\n" . ' http://nextcloud.org?id=1337'
. "\n" . '
',
],
[
@@ -86,7 +86,7 @@ public function dataContent(): array {
['activity_id' => 42, 'subject' => 'text', 'link' => 'http://docs.nextcloud.org', 'timestamp' => 21, 'message' => 'text2'],
],
' - '
- . "\n" . ' 42'
+ . "\n" . ' http://nextcloud.org?id=42'
. "\n" . ' text'
. "\n" . ' http://docs.nextcloud.org'
. "\n" . ' Thu, 01 Jan 1970 00:00:21 +0000'
@@ -98,7 +98,7 @@ public function dataContent(): array {
['activity_id' => 42, 'subject' => 'text', 'link' => 'http://docs.nextcloud.org', 'timestamp' => 21],
],
'
- '
- . "\n" . ' 42'
+ . "\n" . ' http://nextcloud.org?id=42'
. "\n" . ' text'
. "\n" . ' http://docs.nextcloud.org'
. "\n" . ' Thu, 01 Jan 1970 00:00:21 +0000'