diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-08 20:52:32 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-08 20:52:32 +0200 |
commit | 7a7382096bb04cce3a63549d650e633660b8220e (patch) | |
tree | 2f19886c2c1ad12068873a1a2b8022770889dbdc /data/templates | |
parent | ff57c2f660d604bc6fcae104e108f8d991a48906 (diff) | |
download | hakyll-7a7382096bb04cce3a63549d650e633660b8220e.tar.gz |
Fixedencoding error in RSS feed.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml index cbf0b16..1aaaffe 100644 --- a/data/templates/rss.xml +++ b/data/templates/rss.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf8"?> +<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>$title</title> |