Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@101191 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-30 09:05:07 +00:00 committed by Giancarlo Panichi
parent f0d6d67a4d
commit acdf233182
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class ColumnConfigGenerator {
String style = "style='color: "
+ (value ? "green" : "black") + "'";
sb.appendHtmlConstant("<span " + style + " title='"+value+"'>"+
value+"</span>");
sb.appendHtmlConstant("<span " + style + " title='"+new SafeHtmlBuilder().append(value).toSafeHtml().asString()+"'>"+
new SafeHtmlBuilder().append(value).toSafeHtml().asString()+"</span>");
}
});
}