trailing "/" in namespace for podcasting

Issue #52 resolved
Allen Cox created an issue

CHANGE: // add the itunes namespace to the RSS opening element function wpfc_podcast_add_namespace() { echo 'xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd/"'; } TO: // add the itunes namespace to the RSS opening element function wpfc_podcast_add_namespace() { echo 'xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"'; }

in podcast-functions.php

Just remove the trailing "/" from the namespace please. This broke validation!

Comments (2)

  1. Log in to comment