From d03286f9214450a179bc1e2ac942e61a30019d34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 16 Jan 2011 15:06:17 +0100 Subject: [PATCH] Clean up separator mess. --- src/main/resources/templates/include/viewPost.html | 7 +++++-- src/main/resources/templates/include/viewReply.html | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 11e0b3e..6d96840 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -20,9 +20,12 @@
- · -
↑
+
+ · + ↑ +
<%ifnull ! currentSone> + ·
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
- · -
↑
+
+ · + ↑ +
<%ifnull ! currentSone> + · -- 2.7.4