diff --git a/WebContent/WEB-INF/jsp/dataSourceEdit.jsp b/WebContent/WEB-INF/jsp/dataSourceEdit.jsp index 8a7933834a..8d27421474 100644 --- a/WebContent/WEB-INF/jsp/dataSourceEdit.jsp +++ b/WebContent/WEB-INF/jsp/dataSourceEdit.jsp @@ -71,7 +71,7 @@ rowCreator: function(options) { var tr = document.createElement("tr"); tr.mangoId = "p"+ options.rowData.id; - tr.className = "row"+ (options.rowIndex % 2 == 0 ? "" : " rowAlt"); + tr.className = (options.rowIndex % 2 == 0 ? "" : "rowAlt"); return tr; }, cellCreator: function(options) {