Actions
Defect #3275
closedWhen reading RSS feed in MS Outlook, the inline links are broken.
Start date:
2009-04-30
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When reading RSS feed in MS Outlook, inline links are broken due to the partial URL without host address.
I tested it with other RSS readers, such as IE 7.0, FireFox 3.0.10 and Google Reader, but no problems are there. However, MS Outlook can't parse the link properly.
We can fix this problem by modifying the line 27 of /trunk/app/views/common/feed.atom.rxml as shown in the followings.
xml.text! textilizable(item.event_description, :only_path => false)
Please, include the above in the next version.
Thanks.
Actions