diff --git a/themes/cp_admin/podcast/edit.php b/themes/cp_admin/podcast/edit.php index 428a6dded0436bae3999b0a2d9029ba1486fc4cc..a895d19ccdd2bacf18bc17a840d73ad63760885e 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" /> <fieldset> diff --git a/themes/cp_app/podcast/about.php b/themes/cp_app/podcast/about.php index f0084e8e909082451beba43729a12883693a5999..8907f91d7e641c8e6dc66afcb62e0601139707b5 100644 --- a/themes/cp_app/podcast/about.php +++ b/themes/cp_app/podcast/about.php @@ -3,8 +3,8 @@ <?= $this->section('content') ?> <div class="px-2 sm:px-4"> - <div class="mb-2"><?= $podcast->description_html ?></div> - <div class="flex gap-x-4 gap-y-2"> + <div class="mb-2 prose"><?= $podcast->description_html ?></div> + <div class="flex flex-wrap gap-x-4 gap-y-2"> <span class="px-2 py-1 text-sm font-semibold border rounded-sm border-subtle bg-highlight"> <?= category_label($podcast->category) ?> </span>