PITS /
00589: Text in GroupHeader is duplicated
Summary: Text in GroupHeader is duplicated
Created: 2005-11-11 14:15
Status: Closed - fixed in 2.1.beta26
Category: Bug
Assigned:
Priority: 4
Version: 2.0.13
OS: Linux/Apache/PHP4.4.0
Description: When editing a SomeGroup.GroupHeader, all text entered is duplicated when viewing the page. I just tried it here (http://www.pmwiki.org/wiki/Sandbox/GroupHeader) and saw the same problem as I'm seeing on my installation.
Entering:
Testing
Will show up as:
Testing Testing
Not a bug. You are seeing the GroupHeader page, but each page will include the GroupHeader. So you see it twice on the GroupHeader page (also true of GroupFooter).
Aha! This is why I had the (:include:)
directive set so that it would not process includes for itself! I'll come up with another solution to it.
Pm
In 2.1.beta26 we added a self= parameter to (:include:)
that prevents this from happening.
Pm