Browse Source

Fix wrong HTML tags

pull/6/head
Menci 8 years ago
parent
commit
326029bae2
  1. 2
      views/article.ejs

2
views/article.ejs

@ -37,8 +37,8 @@
</div> </div>
</div> </div>
<% } %> <% } %>
<% } %>
</div> </div>
<% } %>
<br> <br>
<% include page %> <% include page %>
<% if (article.allowedComment) { %> <% if (article.allowedComment) { %>

Loading…
Cancel
Save