From c8e0b92ef55e1ce219898a44ebcbc89858f28a58 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Thu, 30 Jan 2014 04:35:06 -0300 Subject: [PATCH] column name changes --- wise-webapp/src/main/webapp/jsp/mindmapList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index e7842d2d..2c9c4f5e 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -58,11 +58,11 @@ }, { sTitle:"", - sWidth:"270px", + sWidth:"430px", bUseRendered:false, mDataProp:"title", fnRender:function (obj) { - return '' + '' + $('').text(obj.aData.title).html() + labelTagsAsHtml(obj.aData.labels) + ''; + return '' + $('').text(obj.aData.title).html() + '' + labelTagsAsHtml(obj.aData.labels); } }, {