Fix for the RSVP wrap issue in IEx
Modify last line in template: calendar_rsvp_section
Replace the <ul> to </ul> with...
PHP Code:
<ul><vb:if condition="$vboptions[rah_rsvp_showavatar]"><table border="0" cellspacing="0" cellpadding="0"><tr><td>{vb:raw rsvp_section_bit.$key}</td></tr></table><vb:else />{vb:raw rsvp_section_bit.$key}</vb:if></ul>
Basically I just added a full table/tr/td call and close...