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:
parent
f0d6d67a4d
commit
acdf233182
|
@ -57,8 +57,8 @@ public class ColumnConfigGenerator {
|
||||||
String style = "style='color: "
|
String style = "style='color: "
|
||||||
+ (value ? "green" : "black") + "'";
|
+ (value ? "green" : "black") + "'";
|
||||||
|
|
||||||
sb.appendHtmlConstant("<span " + style + " title='"+value+"'>"+
|
sb.appendHtmlConstant("<span " + style + " title='"+new SafeHtmlBuilder().append(value).toSafeHtml().asString()+"'>"+
|
||||||
value+"</span>");
|
new SafeHtmlBuilder().append(value).toSafeHtml().asString()+"</span>");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue