podcastfeed
podcastfeed copied to clipboard
fixed the optional element conditions
the !== null
will never return false because the htmlspecialchars will return an
empty string instead of null, if no value is given
So the element will be rendered even if no value is given.