diff --git a/webseite/classes/TopicData.php b/webseite/classes/TopicData.php
index fd3de5f..c157c0d 100644
--- a/webseite/classes/TopicData.php
+++ b/webseite/classes/TopicData.php
@@ -514,9 +514,6 @@ class TopicData
public function getFinishedArticle(): string
{
$a = str_replace('$TOPICPATH', Config::getTopicDirectory($this->subjectId, $this->id) . "images", $this->article);
- $a = str_replace("\r\n", "
", $a);
- $a = str_replace("\r", "
", $a);
- $a = str_replace("\n", "
", $a);
return $a;
}
diff --git a/webseite/subjectEditor.php b/webseite/subjectEditor.php
index c3b6a01..45d6296 100644
--- a/webseite/subjectEditor.php
+++ b/webseite/subjectEditor.php
@@ -28,6 +28,7 @@ if (isset($_GET['subjectId'])) {