[EMAIL PROTECTED] schrieb: > The master.kid template has a title element that gets replaced with > another title element: > > <title py:replace="''"> > > Why/how does "''" point to other title elements in Kid? > > "''" is not descriptive.
That tag is removed (replaced by '') because the title is inserted via the line below with the meta tag. -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---

