Simple forum 1.06 rss feed BUG

In the rss feed there is a missing closing tag on the XML file production.

// from function sforum_generateForumRSS in simpleForum.php line 699
<atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml">

// should be

<atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml" />

Note the closing /

Jeff Shields

By Dave - November 20, 2023

Hi Jeff, 

Thanks! I've added that to the codebase for the next release.

Appreciate the feedback.

Dave Edis - Senior Developer
interactivetools.com