From 649cd5e0d7ccb7a46d5ffbbb165e3da785ec2b85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 7 Sep 2012 08:59:00 +0200 Subject: [PATCH] Fix formatting. --- src/main/resources/templates/include/viewPost.html | 38 +++++++++++----------- .../resources/templates/include/viewReply.html | 38 +++++++++++----------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 706ef32..7120d06 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -82,25 +82,25 @@ <%if !post.sone.current> <%ifnull !post.sone.trust> - · -
- - - - -
-
- - - - -
-
- - - - -
+ · +
+ + + + +
+
+ + + + +
+
+ + + + +
<%/if> <%/if> <%/if> diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index c3b50a4..449a235 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -53,25 +53,25 @@ <%if !reply.sone.current> <%ifnull !reply.sone.trust> - · -
- - - - -
-
- - - - -
-
- - - - -
+ · +
+ + + + +
+
+ + + + +
+
+ + + + +
<%/if> <%/if> <%/if> -- 2.7.4