Commit 9ea5ca31 authored by Ola Hneini's avatar Ola Hneini Committed by Yassine Doghri
Browse files

fix: prefill description footer input when creating a new episode

parent 2b688f21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@
    name="description_footer"
    label="<?= lang('Episode.form.description_footer') ?>"
    hint="<?= lang('Episode.form.description_footer_hint') ?>"
    value="<?= htmlspecialchars($podcast->episode_description_footer_markdown) ?? '' ?>"
    disallowList="header,quote" />

</Forms.Section>