diff --git a/apps/common/main/lib/template/Comments.template b/apps/common/main/lib/template/Comments.template index 5b0fae5901..0c747184ec 100644 --- a/apps/common/main/lib/template/Comments.template +++ b/apps/common/main/lib/template/Comments.template @@ -4,19 +4,13 @@
-
- style="<% if (usercolor!==null) { %> border-color:<%=usercolor%>; border-style:solid;<% }%>" + style="background-image: url(<%=avatar%>); <% if (usercolor!==null) { %> border-color:<%=usercolor%>; border-style:solid;<% }%>" <% } else { %> style="background-color: <% if (usercolor!==null) { %> <%=usercolor%> <% } else { %> #cfcfcf <% }%>;" <% } %> - > - <% if (avatar) { %> - - <% } else { %> - <%=initials%> - <% } %> -
+ ><% if (!avatar) { %><%=initials%><% } %>
<%= scope.getEncodedName(parsedName) %>
<%=date%>
@@ -46,19 +40,13 @@ <% } %>
style="padding-bottom: 0;" <% } %>;>