From d100af6d02674395f77ee23cda8f82f015e264a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 27 Jan 2013 22:14:35 +0100 Subject: [PATCH] Fix check for a recipient. --- src/main/resources/templates/include/viewPost.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 7120d06..b46532f 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -18,12 +18,12 @@
class="hidden"<%/if>> - <%ifnull !post.recipient> + <%if post.hasRecipient> → - <%ifnull post.recipient.identity> - + <%ifnull post.recipient.orNull> + <%else> - + <%/if> <%/if> <% post.text|html|store key==originalText text==true> -- 2.7.4