fix known spacing issue
This commit is contained in:
parent
fe9e3ce840
commit
77892000cb
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
|||
</a>
|
||||
<% } else if (contentN.type == 'link') { %>
|
||||
<a class='link' href='<%= contentN.href %>'><%= contentN.name %></a>
|
||||
<% } else if (contentN.type.replaceAll(' ','').length > 0) { %>
|
||||
<% } else if (contentN.data.replaceAll(' ','').length > 0) { %>
|
||||
<span class='commentbox'><%= contentN.data %></span>
|
||||
<% } } %>
|
Loading…
Add table
Add a link
Reference in a new issue