FSN#32310 Excel met flex moet ze niet in één kolom zetten

svn path=/Website/trunk/; revision=24965
This commit is contained in:
Jos Groot Lipman
2015-04-23 09:06:07 +00:00
parent c8015ecc3e
commit 6a3f65be1b

View File

@@ -617,7 +617,7 @@ function addFlexKenmerkKolommen(oRsFlexData, lthis, params)
}
}
if (lhtml.length)
return "<td>" + lhtml.join("<br>") + "</td>";
return "<td>" + lhtml.join(isExcel?"</td><td>":"<br>") + "</td>";
return "";
}