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:
Giancarlo Panichi 2014-10-30 09:04:50 +00:00 committed by Giancarlo Panichi
parent cb6d24d01a
commit 855221c8ac
1 changed files with 1 additions and 1 deletions

View File

@ -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>");