From 5b87ca93495f5a82b1ae78e9324db0a85a6bc013 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 27 Nov 2010 16:25:58 +0100 Subject: [PATCH] Use correct template command to translate a key. --- src/main/resources/templates/include/viewPost.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 3d593bc..1d938d1 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -10,7 +10,7 @@ <%ifnull !post.recipient> → <%ifnull post.recipient.identity> - + <%else> <%/if> -- 2.7.4