->themes as $themeName => $colors): ?>
<Forms.ColorRadioButton
class=)
diff --git a/themes/cp_admin/podcast/edit.php b/themes/cp_admin/podcast/edit.php
index 661c1111..527e3544 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_markdown) ?>"
+ value="= esc($podcast->description_markdown) ?>"
required="true"
disallowList="header,quote" />
diff --git a/themes/cp_admin/settings/theme.php b/themes/cp_admin/settings/theme.php
index 93d321f3..4757a214 100644
--- a/themes/cp_admin/settings/theme.php
+++ b/themes/cp_admin/settings/theme.php
@@ -20,7 +20,7 @@
themes as $themeName => $color): ?>
= lang('Settings.theme.' . $themeName) ?>
diff --git a/themes/cp_app/embed.php b/themes/cp_app/embed.php
index 8e858f0b..3dc10c61 100644
--- a/themes/cp_app/embed.php
+++ b/themes/cp_app/embed.php
@@ -6,7 +6,7 @@
= esc($episode->title) ?>
-
-
+