Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@101187 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
aff05a0829
commit
be9230db4d
|
@ -303,8 +303,9 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
||||||
sb.appendHtmlConstant("<span " + style + ">"
|
sb.appendHtmlConstant("<span " + style + ">"
|
||||||
+ DON_T_REPLACE + "</span>");
|
+ DON_T_REPLACE + "</span>");
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
String style = "style='color: green;font-weight:normal'";
|
String style = "style='color: green;font-weight:normal'";
|
||||||
sb.appendHtmlConstant("<span " + style + ">" + SafeHtmlUtils.htmlEscape(value)
|
sb.appendHtmlConstant("<span " + style + ">" + new SafeHtmlBuilder().appendEscaped(value).toSafeHtml().asString()
|
||||||
+ "</span>");
|
+ "</span>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue