diff --git a/themes/cp_admin/podcast/edit.php b/themes/cp_admin/podcast/edit.php index 428a6dde..a895d19c 100644 --- a/themes/cp_admin/podcast/edit.php +++ b/themes/cp_admin/podcast/edit.php @@ -67,7 +67,7 @@ as="MarkdownEditor" name="description" label="= lang('Podcast.form.description') ?>" - value="= htmlspecialchars($podcast->description) ?>" + value="= htmlspecialchars($podcast->description_markdown) ?>" required="true" />