From: David ‘Bombe’ Roden Date: Sat, 16 Oct 2010 14:09:00 +0000 (+0200) Subject: Don’t omit post ID. X-Git-Tag: 0.1-RC1~270 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=2568fb2f90b630cae8aaf5163eebd11a02b5aedd Don’t omit post ID. --- 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>