mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:26:56 +08:00
[PE] Fix Bug 35571.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
<div class="user-name"><%=scope.getUserName(username)%></div>
|
||||
<div class="user-date"><%=date%></div>
|
||||
<% if (quote!==null) { %>
|
||||
<% if (quote!==null && quote!=='') { %>
|
||||
<div class="user-quote"><%=scope.getFixedQuote(quote)%></div>
|
||||
<% } %>
|
||||
<% if (!editText) { %>
|
||||
|
||||
Reference in New Issue
Block a user