Remove unnecessary “id” attribute.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index 74fe29a..f66fa54 100644 (file)
@@ -20,7 +20,7 @@
                                </div>
                        </div>
                <%/foreach>
-               <div class="create-reply" id="create-reply-<% post.id>">
+               <div class="create-reply">
                        <form method="post" action="createReply.html">
                                <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                <input type="hidden" name="post" value="<% post.id>" />