diff --git a/src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instruction.component.ts b/src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instruction.component.ts
index f1f669c7fb5c..b0bd830496a9 100644
--- a/src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instruction.component.ts
+++ b/src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instruction.component.ts
@@ -348,14 +348,14 @@ export class ProgrammingExerciseInstructionComponent implements OnChanges, OnDes
// Insert anchor divs into the text so that injectable elements can be inserted into them.
// Without class="d-flex" the injected components height would be 0.
// Added zero-width space as content so the div actually consumes a line to prevent a
display bug in Safari
- acc.replace(new RegExp(escapeStringForUseInRegex(task), 'g'), `
Implement Bubble Sort: artemisApp.editor.testStatusLabels.noResult \nImplement the method performSort(List<Date>) in the class BubbleSort. Make sure to follow the Bubble Sort algorithm exactly.
\n
Implement Merge Sort: artemisApp.editor.testStatusLabels.noResult \nImplement the method performSort(List<Date>) in the class MergeSort. Make sure to follow the Merge Sort algorithm exactly.
\n\n",
"problemStatementBothFailedHtml": "\n
Implement Bubble Sort: artemisApp.editor.testStatusLabels.testFailing \nImplement the method performSort(List<Date>) in the class BubbleSort. Make sure to follow the Bubble Sort algorithm exactly.
\n
Implement Merge Sort: artemisApp.editor.testStatusLabels.testPassing \nImplement the method performSort(List<Date>) in the class MergeSort. Make sure to follow the Merge Sort algorithm exactly.
Implement Bubble Sort: artemisApp.editor.testStatusLabels.noResult \nImplement the method performSort(List<Date>) in the class BubbleSort. Make sure to follow the Bubble Sort algorithm exactly.
\n
Implement Merge Sort: artemisApp.editor.testStatusLabels.noResult \nImplement the method performSort(List<Date>) in the class MergeSort. Make sure to follow the Merge Sort algorithm exactly.