diff --git a/js/interact.js b/js/interact.js
index 9498f81..afc2402 100644
--- a/js/interact.js
+++ b/js/interact.js
@@ -117,7 +117,7 @@ export function getQuestion(url, question_number, question_total) {
url: url,
progress: function (e) {
$("#progress").html(
- `Downloading question [${question_number}/${question_total}]
This file is compressed (no size available)`
+ `Downloading question [${question_number}/${question_total}]
This file is compressed (no size available)`)
if (e.lengthComputable) {
var completedPercentage = Math.round((e.loaded * 100) / e.total);