diff --git a/main.tmpl b/main.tmpl
index 4c2709e..ec34504 100644
--- a/main.tmpl
+++ b/main.tmpl
@@ -130,8 +130,10 @@
href="${c.req.makeUri(url)}"/>
${%threadDate}
${XMLEncode(%postAuthor)}
- Posts ${%postCount}, ${XMLEncode(%postAuthor)} said: ${XMLEncode(%postContent)}
+ Posts ${%postCount}, ${XMLEncode(%postAuthor)} said:
+<p>
+${XMLEncode(rstToHtml(%postContent))}
# end for
@@ -176,10 +178,10 @@
href="${c.req.makeUri(url)}"/>
${%postRssDate}
${XMLEncode(%postAuthor)}
- On ${XMLEncode(%postHumanDate)}, ${XMLEncode(%postAuthor)} said:
-
-${XMLEncode(%postContent)}
+<p>
+${XMLEncode(rstToHtml(%postContent))}
# end for