The wikipage view applies the template twice. Once in render() and another time using getSkinTemplate(). This means that /FrontPage/wikipage will dipslay the surroundings of the page twice (a nested effect) while /FrontPage displays correctly.
I've modified wikipage (in UI.py) to return directly the result of render() and it fixes the issue.
This is with ZWiki 0.33 in Plone 2.0.3
fixed for 0.34 --SimonMichael, Thu, 02 Sep 2004 16:42:42 -0700 reply
Status: open => closed