For any of you that use Dot Net Nuke RSS Feeds, you will know that the built in reader does not display HTML tags correctly. There are plenty of other RSS readers (payware) available out there that work, but here is a MUCH cheaper way of fixing the problem 🙂
In the file DesktopModules/News/RSS91.xsl, change the line
<xsl:value-of select=”description”/>
to
<xsl:value-of select=”description” disable-output-escaping=”yes”/>
Credit to the person that found this issue. I could not find the link that I had for this note I took down.
One Reply to “RSS Feed fix for Dot Net Nuke”