Fehler beim Speichern von Erklärtexten behoben

This commit is contained in:
Matthias Grief
2024-12-13 23:17:37 +01:00
parent 44768c4847
commit e0a387ed9f
3 changed files with 13 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ if (!isset($topicData)) {
<?php echo($topicData->description); ?>
</p>
<p class="content-text article-section">
<?php echo($topicData->article); ?>
<?php echo($topicData->getFinishedArticle()); ?>
</p>
<div class="exercise-section bg-gray-100">