diff --git a/includes/pages/user_atom.php b/includes/pages/user_atom.php
index e624ceb4..8e5b4858 100644
--- a/includes/pages/user_atom.php
+++ b/includes/pages/user_atom.php
@@ -77,6 +77,6 @@ function make_atom_entry_from_news($news_entry)
page_link_to('news_comments', ['nid' => $news_entry['ID']])
) . '
' . date('Y-m-d\TH:i:sP', $news_entry['Datum']) . '
- ' . htmlspecialchars($news_entry['Text']) . '
+ ' . htmlspecialchars($news_entry['Text']) . '
' . "\n";
}