Re: [O] [BUG] [PATCH] ox-rss: Put email address in element

2016-06-14 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > The RSS specification requires the email address and the name of the > author to be provided in the element in the format > "em...@domain.com (Name)". > > http://www.rssboard.org/rss-specification#ltauthorgtSubelementOfLtitemgt > >

[O] [BUG] [PATCH] ox-rss: Put email address in element

2016-06-13 Thread Arun Isaac
The RSS specification requires the email address and the name of the author to be provided in the element in the format "em...@domain.com (Name)". http://www.rssboard.org/rss-specification#ltauthorgtSubelementOfLtitemgt Currently, only the author's name is provided. This is invalid RSS. Please