* Sean Santry <[EMAIL PROTECTED]> [2007-05-22 22:59:30 -0400]: > If you're using page parts, it could also be something like > > <r:content part="foo"> > > which should be > > <r:content part="foo"/>
shouldn't this be - </r:content part="foo"> saji > > > I just pushed a site to production using radiant edge and now that > > I'm in production, I'm getting lots of Radius::MissingEndTagError > > messages in the log. > > > I'd start looking in your layouts for an r:content tag that's missing > the forward slash at the end. Ie, look for > > <r:content> > > and replace it with > > <r:content/> > > If you're using page parts, it could also be something like > > <r:content part="foo"> > > which should be > > <r:content part="foo"/> > > - Sean > > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant -- Saji N. Hameed APEC Climate Center +82 51 668 7470 National Pension Corporation Busan Building 12F Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 [EMAIL PROTECTED] KOREA _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
