Vote #65163
完了When reading RSS feed in MS Outlook, the inline links are broken.
0%
説明
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.
journals
Fixed in r2699.
--------------------------------------------------------------------------------