diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.go b/templates.go index 4a642b5..5168c1a 100644 --- a/templates.go +++ b/templates.go @@ -1,7 +1,7 @@ package main const rssRoot = ` -hejhej<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{title}}</title> |