Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r23c28a3348397aefc09925cefbb98c042f747002 -r9f4d4f19dc70ef350ebab8e6aa89cb05e1c78c04 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 23c28a3348397aefc09925cefbb98c042f747002) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 9f4d4f19dc70ef350ebab8e6aa89cb05e1c78c04) @@ -2,8 +2,9 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> - +<%@ taglib uri="tags-function" prefix="fn" %> +<% pageContext.setAttribute("newLineChar", "\r\n"); %> @@ -219,7 +220,15 @@ ${status.index + 1} - + + + ${fn:replace(option.name, newLineChar, ', ')} + + + + + +