[pmwiki-users] Are headlines with spaces possible?
Patrick R. Michaud
pmichaud at pobox.com
Fri Mar 3 08:30:16 CST 2006
On Fri, Mar 03, 2006 at 03:23:40PM +0100, Kai Buehler wrote:
> Hi,
> when adding pages to pmwiki with spaces (blanks) in between they are
> removed when viewing the page (e.g. "My personal page" changes to
> "MyPersonalPage". Is there a trick to make the spaces visible when
> viewing an article?
One of:
1. Use a title in the page: (:title My personal page:)
2. Change the skin template to use $Titlespaced instead of $Title.
3. Turn on $SpaceWikiWords in the local/config.php file:
$SpaceWikiWords = 1;
Pm
More information about the pmwiki-users
mailing list