From ec2452d8f7b850c702df5fb76d2571028202cd58 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 26 Apr 2020 15:16:14 -0400 Subject: Generate XHTML content in Atom entries --- atom.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'atom.c') diff --git a/atom.c b/atom.c index 405bf39..b0ee921 100644 --- a/atom.c +++ b/atom.c @@ -88,7 +88,11 @@ int atomEntryOpen(FILE *file, const struct Envelope *envelope) { int atomContent(FILE *file, const char *content) { const char *template = TEMPLATE( - [content] + +
+
[content]
+
+
); struct Variable vars[] = { { "content", content }, -- cgit 1.4.1