Closed MaiklT closed 3 years ago
When a double quote is entered in a free text response, the Javascript to display the chart fails.
Steps to reproduce the behavior:
Charts should display.
Javascript console: Uncaught SyntaxError: Unexpected identifier
Workaround: replace the double quotes in the database by single quotes
Same for line breaks.
Fixed in shortly upcoming 9.1.0
Describe the bug
When a double quote is entered in a free text response, the Javascript to display the chart fails.
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Charts should display.
Error log
Javascript console: Uncaught SyntaxError: Unexpected identifier
Additional context
Workaround: replace the double quotes in the database by single quotes