diff --git a/frontend/src/ts/elements/modes-notice.ts b/frontend/src/ts/elements/modes-notice.ts index 3dd0ae235..ae42e200d 100644 --- a/frontend/src/ts/elements/modes-notice.ts +++ b/frontend/src/ts/elements/modes-notice.ts @@ -59,7 +59,7 @@ export async function update(): Promise { if (TestState.activeChallenge) { $(".pageTest #testModesNotice").append( - `
${TestState.activeChallenge.display}
` + `
${TestState.activeChallenge.display}
` ); }