Fix for incident #1081 Notification html email formatting problems when post is favorited

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@114679 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-05-05 12:45:55 +00:00
parent 517f5ed199
commit 3113523ade
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslsocial</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Social Portal ASL Extension</name>
<description>

View File

@ -567,7 +567,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
feedid, //the post
new Date(),
"/group/data-e-infrastructure-gateway?oid="+feedid,
"favorited your post: " + escapeHtml(feedText),
"favorited one of your post",
false,
aslSession.getUsername(),
aslSession.getUserFullName(),