From: David ‘Bombe’ Roden Date: Tue, 29 Mar 2011 17:37:27 +0000 (+0200) Subject: Merge branch 'new-web-of-trust' into next X-Git-Tag: 0.5.2^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c3745c94d79e6fba53c95003287f539b79b2e749;hp=-c Merge branch 'new-web-of-trust' into next --- c3745c94d79e6fba53c95003287f539b79b2e749 diff --combined src/main/resources/templates/include/viewPost.html index 3023566,30ffe25..676fa6a --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@@ -3,7 -3,7 +3,7 @@@
- Avatar Image + Avatar Image
@@@ -16,8 -16,7 +16,8 @@@ <%/if> <%/if> -
<% post.text|parse sone=post.sone>
+
<% post.text|html>
+
<% post.text|parse sone=post.sone>
@@@ -36,8 -35,6 +36,8 @@@
· + · +
· ↑ diff --combined src/main/resources/templates/include/viewReply.html index cdb837c,2b507ff..e179e01 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@@ -3,18 -3,15 +3,18 @@@
- Avatar Image + Avatar Image
-
<% reply.text|parse sone=reply.sone>
+
<% reply.text|html>
+
<% reply.text|parse sone=reply.sone>
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+ · +
· ↑