From: David ‘Bombe’ Roden Date: Fri, 26 Nov 2010 15:55:35 +0000 (+0100) Subject: Merge commit '0.3.1-RC2' into next X-Git-Tag: 0.3.2-RC1~26^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=e8411efc4eaff6418cad496eb34fd7bc260eb9cd Merge commit '0.3.1-RC2' into next --- e8411efc4eaff6418cad496eb34fd7bc260eb9cd diff --cc src/main/resources/templates/include/viewPost.html index 5b4525d,e351fd0..5335227 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@@ -7,9 -7,9 +7,9 @@@
-
<% post.text|html>
+
<% post.text>
-
+
⬆
<%ifnull ! currentSone> diff --cc src/main/resources/templates/include/viewReply.html index 8862cf2,d77625b..d11aa5f --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@@ -7,9 -7,9 +7,9 @@@
-
<% reply.text|html>
+
<% reply.text>
-
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
⬆
<%ifnull ! currentSone>