On 11/12/06, jeff <[EMAIL PROTECTED]> wrote:
>
> im getting a kid error template on a template that doesnt have any kid
> stuff...heres the error::
>

I would hazard a guess that you're inserting existing HTML into a
template using the XML() function if there's no kid stuff.  If so, the
markup that you're inserting is not well formed which is causing the
error.

If not, then you need to check your template for unclosed tags.  That
error is telling you that your template has a tag that has been opened
and not closed.

-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to