[Insert line breaks in feed entry comment
clinton@unknownlamer.org**20100418171552
 Ignore-this: 542dfe5c9e98d46b1db3d61c710722ae
] {
hunk ./rss.lisp 11
-  (:import-from :arnesi :if-bind :when-bind :escape-as-uri :curry :compose)
+  (:import-from :arnesi :if-bind :when-bind :escape-as-uri :escape-as-html
+		        :curry :compose)
hunk ./rss.lisp 171
-	  (xml-out comment)))
+	  (xml-as-is (reduce (lambda (coll next)
+			       (concatenate 'string coll "<br />" next))
+			     (split-sequence #\newline
+					     (escape-as-html comment))))))
}