From 2ad0cab77c3be3ce201819d882e22e266f8d97ea Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 10 Aug 2017 16:50:50 +0300 Subject: [PATCH] [PE] Fix Bug 35571. --- apps/common/main/lib/template/Comments.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/template/Comments.template b/apps/common/main/lib/template/Comments.template index 2f930e72e0..17b8874f8b 100644 --- a/apps/common/main/lib/template/Comments.template +++ b/apps/common/main/lib/template/Comments.template @@ -5,7 +5,7 @@
<%=scope.getUserName(username)%>
<%=date%>
- <% if (quote!==null) { %> + <% if (quote!==null && quote!=='') { %>
<%=scope.getFixedQuote(quote)%>
<% } %> <% if (!editText) { %>