costantino.perciante 2016-06-16 09:27:36 +00:00
parent b657904c94
commit 14a6f9f61b
1 changed files with 30 additions and 29 deletions

View File

@ -432,6 +432,7 @@ public class SocialMailingUtil {
+ "white-space: nowrap; font-size: smaller; color: #999;\">" + formatter.format(feed.getTime()) + "</p>"
+"</div>";
if(comments != null)
for (int i = 0; i < comments.size(); i++) {
String commentTextNoHtml = comments.get(i).getText().replaceAll("&amp;", "&");