diff options
Diffstat (limited to 'includes/pages')
-rw-r--r-- | includes/pages/user_atom.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']]) ) . '</id> <updated>' . date('Y-m-d\TH:i:sP', $news_entry['Datum']) . '</updated> - <summary>' . htmlspecialchars($news_entry['Text']) . '</summary> + <summary type="html">' . htmlspecialchars($news_entry['Text']) . '</summary> </entry>' . "\n"; } |