Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 -r269c13324c6bb998631af858dc8091ad3102ef78 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 269c13324c6bb998631af858dc8091ad3102ef78) @@ -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, ', ')} + + + + + +