fix server
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
answers.push(label.innerText.trim());
|
||||
}
|
||||
}
|
||||
return question + answers.map((s) => "- " + s.replaceAll("\t", "")).join("\n");
|
||||
return question + "\n\n" + answers.map((s) => "- " + s.replaceAll("\t", "")).join("\n");
|
||||
}
|
||||
|
||||
function copyToClipboard() {
|
||||
|
||||
Reference in New Issue
Block a user