Fix answers

This commit is contained in:
Elio Struyf
2023-10-11 11:18:11 +02:00
parent 2cb72a607b
commit 3e038c58a3

View File

@@ -387,7 +387,7 @@ export class CustomScript {
});
if (answer) {
answers.push(`${question.name}='${answer}'`);
answers.push(`${question.name}="${answer}"`);
} else {
return '';
}