diff --git a/inc/admin-branding-ed.php b/inc/admin-branding-ed.php index 7905304..26dc23f 100644 --- a/inc/admin-branding-ed.php +++ b/inc/admin-branding-ed.php @@ -165,7 +165,7 @@ function eqd_dashboard_rss() { $content = $item->get_content(); $content = wp_html_excerpt( $content, 200 ) . ' ...Keep Reading'; - echo "
  • " . esc_html( $title ) . "\n
    " . esc_html( $content ) . "
    \n"; + echo "
  • " . wp_kses_post( $title ) . "\n
    " . wp_kses_post( $content ) . "
    \n"; } echo "\n";