Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@101189 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cb6d24d01a
commit
855221c8ac
|
@ -117,7 +117,7 @@ public class HistoryPanel extends FramedPanel implements MonitorDialogListener {
|
|||
public void render(Context context, OpHistory value,
|
||||
SafeHtmlBuilder sb) {
|
||||
sb.appendHtmlConstant("<p style='margin: 5px 5px 10px'><b>Date:</b>"
|
||||
+ value.getDate() + "</p>");
|
||||
+ SafeHtmlUtils.htmlEscape(value.getDate()) + "</p>");
|
||||
sb.appendHtmlConstant("<p style='margin: 5px 5px 10px'><b>Description:</b>"
|
||||
+ SafeHtmlUtils.htmlEscape(value
|
||||
.getDescription()) + "</p>");
|
||||
|
|
Loading…
Reference in New Issue