1
in xhld headlinerenderer.php
on this line:
if( ! $snoopy->fetch( $this->_hl->getVar( 'headline_rssurl' ) ) || ! $snoopy->results ) {
When Snoopy gets the RSS file, it replaces
& #36 ; with & amp ;#36;
and it replaces & #151 ; with & amp ;#151;
It leaves & #39 ; the same
This messes up the headlines, because it messes up the XML references. This is one of the strangest problems I have ever seen, especially since it does this on the production server, but not the test server.
I have XOOPS 2.0.9.2. Has any one seen this before? Any one know how to fix it?