From 2568fb2f90b630cae8aaf5163eebd11a02b5aedd Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Oct 2010 16:09:00 +0200 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20omit=20post=20ID.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 c6ea6a2..5d44274 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -2,7 +2,7 @@
<% post.sone.niceName|html>
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if post.sone.isCurrent>
<%= View.Post.DeleteLink|l10n|html>
+ <%if post.sone.isCurrent>
<%= View.Post.DeleteLink|l10n|html>
<%/if> <%foreach post.replies reply>
-- 2.7.4