actually nvm that will break things
This commit is contained in:
parent
e8c703bf99
commit
23b04cfdac
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</a>
|
||||
<% } else if (contentN[0] == 'link') { %>
|
||||
<a class='link' href='<%= contentN[1] %>'><%= contentN[1] %></a>
|
||||
<% } else if (contentN[0][0] != ' ') { %>
|
||||
<% } else if (contentN[0].replaceAll(' ','').length > 0) { %>
|
||||
<span class='commentbox'><%= contentN[0] %></span>
|
||||
<% } } %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue