Add missing separators.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 05:38:36 +0000 (06:38 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 05:38:36 +0000 (06:38 +0100)
src/main/resources/templates/include/viewPost.html
src/main/resources/templates/include/viewReply.html

index 5a475b7..b012d93 100644 (file)
@@ -59,6 +59,7 @@
                                </form>
                        <%/if>
                        <%if post.sone.current>
+                               <span class='separator'>·</span>
                                <form class="delete delete-post" action="deletePost.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
index 398bee9..e2f4ab6 100644 (file)
@@ -51,6 +51,7 @@
                                </form>
                        <%/if>
                        <%if reply.sone.current>
+                               <span class='separator'>·</span>
                                <form class="delete delete-reply" action="deleteReply.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />