diff --git a/frontend/src/lib/components/tests/languageTest.svelte b/frontend/src/lib/components/tests/languageTest.svelte index 6ae8a0aba812d8231c1f4199145f933a3aefb382..ce07ab24e6b6f825953619e088821f2d8c882f99 100644 --- a/frontend/src/lib/components/tests/languageTest.svelte +++ b/frontend/src/lib/components/tests/languageTest.svelte @@ -155,8 +155,7 @@ {:else if currentQuestion instanceof TestTaskQuestionQcm} <div class="mx-auto mt-16 text-center"> {#if currentQuestion.type === TestTaskQuestionQcmType.text} - <pre - class="text-center font-bold py-4 px-6 m-auto max-w-5xl">{@html currentQuestion.value}</pre> + <p class="text-center font-bold py-4 px-6 m-auto max-w-5xl">{@html currentQuestion.value}</p> {:else if currentQuestion.type === TestTaskQuestionQcmType.image} <img src={currentQuestion.value} alt="Question" /> {:else if currentQuestion.type === TestTaskQuestionQcmType.audio}