PITS /
00327: disabled WikiWord still gets spaced out
Summary: disabled WikiWord still gets spaced out
Created: 2005-02-10 12:28
Status: Closed - not a bug, but fixed
Category: Bug
From: shi
Assigned:
Priority: 2
Version: 2.0.beta19
OS: linux/apache/php 4.3.8
Description: in local/config.php put the following:
$SpaceWikiWords
= 1;$WikiWordCount
["TestWikiSpacingWord"] = 0;
Then in a page write TestWikiSpacingWord - The word is correctly not rendered as a link, but it does still come out spaced.
Technically this wasn't a bug, but starting in pmwiki-2.2.0-beta14 one can now set:
$WikiWordCount
["WikiWord"] = -1;
and this will cause WikiWord to be neither linked nor spaced.
Pm