mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
fix this :3
This commit is contained in:
parent
4f69b69294
commit
e45bc6a0d6
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ WIP! </a>
|
|||
<% } %>
|
||||
</h5>
|
||||
<p class="comment" style="font-weight:700">
|
||||
<%- escapeHtml(x.content) %><br><br>
|
||||
<%- escapeHtml(x.content).replace("\n", "<br>") %><br><br>
|
||||
<% if (x.like_count === 0) { %><i class="fa-light fa-thumbs-up"></i> | <i class="fa-light fa-thumbs-down"></i>
|
||||
<% } else { %><i class="fa-light fa-thumbs-up"></i>
|
||||
<%= x.like_count %> | <i class="fa-light fa-thumbs-down"></i>
|
||||
|
|
Loading…
Reference in a new issue