Remove extra space for all not-last posts.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 5 Nov 2010 08:19:20 +0000 (09:19 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 5 Nov 2010 08:19:20 +0000 (09:19 +0100)
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>