Skip to content
Snippets Groups Projects
  • runemaster's avatar
    2749f071
    Fixed "Bug" whereas channel.name may not equal channel.sub would · 2749f071
    runemaster authored
    cause a JS Error that msg_area.sub[sub] had no properties.  This bug results
    from no documentation on rss.ini :)
    
    Also (and this seems to be common in RSS Readers) replaced \r\n with <br />
    because most RSS Aggregators use HTML and the \r\n was being ignored
    making an aweful mess of the feed.  With the <br /> the page displays well.
    
    Is there a better fix?
    2749f071
    History
    Fixed "Bug" whereas channel.name may not equal channel.sub would
    runemaster authored
    cause a JS Error that msg_area.sub[sub] had no properties.  This bug results
    from no documentation on rss.ini :)
    
    Also (and this seems to be common in RSS Readers) replaced \r\n with <br />
    because most RSS Aggregators use HTML and the \r\n was being ignored
    making an aweful mess of the feed.  With the <br /> the page displays well.
    
    Is there a better fix?