From 855221c8accd649f2afa60cf99b9ab82940f5cb4 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 30 Oct 2014 09:04:50 +0000 Subject: [PATCH] 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 --- .../user/td/tablewidget/client/history/HistoryPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/history/HistoryPanel.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/history/HistoryPanel.java index b6ace8a..8c0c637 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/history/HistoryPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/history/HistoryPanel.java @@ -117,7 +117,7 @@ public class HistoryPanel extends FramedPanel implements MonitorDialogListener { public void render(Context context, OpHistory value, SafeHtmlBuilder sb) { sb.appendHtmlConstant("

Date:" - + value.getDate() + "

"); + + SafeHtmlUtils.htmlEscape(value.getDate()) + "

"); sb.appendHtmlConstant("

Description:" + SafeHtmlUtils.htmlEscape(value .getDescription()) + "

");