diff --git a/webseite/classes/TopicData.php b/webseite/classes/TopicData.php index fdd3b33..7112744 100644 --- a/webseite/classes/TopicData.php +++ b/webseite/classes/TopicData.php @@ -271,7 +271,7 @@ class TopicData } if (!(Util::writeFileContent($topicDirectory . "properties.json", $json) - && Util::writeFileContent($topicDirectory . "article.html", $json) + && Util::writeFileContent($topicDirectory . "article.html", $this->article) && Util::writeFileContent($topicDirectory . "tasks.json", $taskJson) ) ) {