summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/_views/blog/rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/_views/blog/rss.php b/src/web/_views/blog/rss.php
index 121b747..830ae34 100644
--- a/src/web/_views/blog/rss.php
+++ b/src/web/_views/blog/rss.php
@@ -1,5 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
-<rss version="2.0">
+<?php echo '<?xml version="1.0" encoding="UTF-8"?>'?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><?=lang('title')?></title>
<link><?=$this->get_url('blog')?></link>