> 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

Reply via email to