On 7/20/07, Adam Gill <[EMAIL PROTECTED]> wrote: > Adam Gill wrote:
> Interestingly, there was a line below it which read "email = > item.user.email rescue nil". I tried using "item.user.email" when fixing > the above error (so the line read "author = item.user.email rescue > author") but this did not have the desired effect of inserting my email > address in the author tags of the RSS feed, so I had to define the > "author" variable as my email address as a string. I'm not sure what's > wrong here; does everyone else's feed validate? Did you set your email address in your user profile? -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
