File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Resources/Private/Templates/Output Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2222
2323 < f:if condition ="{vh:condition.isArray(val: '{answer.value}')} ">
2424 < f:else >
25- "< vh:string .removeQuote > {answer.value}</ vh:string .removeQuote> ";
25+ "< vh:string .removeQuote > < vh:string .sanitizeCsvCell > {answer.value}</ vh:string .sanitizeCsvCell > </ vh:string .removeQuote> ";
2626 </ f:else >
2727 < f:then >
2828 "< vh:string .removeQuote >
29- < f:for each ="{answer.value} " as ="singleValue ">
30- < f:if condition ="{singleValue} ">
31- {singleValue},
32- </ f:if >
33- </ f:for >
29+ < vh:string .sanitizeCsvCell >
30+ < f:for each ="{answer.value} " as ="singleValue ">
31+ < f:if condition ="{singleValue} ">
32+ {singleValue},
33+ </ f:if >
34+ </ f:for >
35+ </ vh:string .sanitizeCsvCell>
3436 </ vh:string .removeQuote> ";
3537 </ f:then >
3638 </ f:if >
Original file line number Diff line number Diff line change 3232 < f:then >
3333 < f:for each ="{answer.value} " as ="singleValue ">
3434 < f:if condition ="{singleValue} ">
35- {singleValue},
35+ < vh:string .sanitizeCsvCell > {singleValue}</ vh:string .sanitizeCsvCell > ,
3636 </ f:if >
3737 </ f:for >
3838 </ f:then >
3939 < f:else >
40- {answer.value}
40+ < vh:string .sanitizeCsvCell > {answer.value}</ vh:string .sanitizeCsvCell >
4141 </ f:else >
4242 </ f:if >
4343 </ f:if >
You can’t perform that action at this time.
0 commit comments