Remove extra space for all not-last posts.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index 8bd6bd7..3d4b409 100644 (file)
@@ -1,4 +1,4 @@
-<div id="<% post.id|html>" class="post <%if loop.last>last<%/if>">
+<div id="<% post.id|html>" class="post<%if loop.last> last<%/if>">
        <div>
                <div class="author profile-link"><a href="viewSone.html?sone=<% post.sone.id|html>"><% post.sone.niceName|html></a></div>
                <div class="text"><% post.text|html></div>