diff --git a/src/statuses/views/atom.clj b/src/statuses/views/atom.clj index d9aedbd..813b517 100644 --- a/src/statuses/views/atom.clj +++ b/src/statuses/views/atom.clj @@ -46,7 +46,7 @@ [items base-uri feed-uri] (into [:feed {:xmlns "http://www.w3.org/2005/Atom"} [:title "innoQ Status updates"] - [:id feed-uri] + [:id (escape-html feed-uri)] [:updated (as-rfc3339 (:time (first items)))] [:link {:rel "self" :type "application/atom+xml"