On 3/26/06, <b class="gmail_sendername">Hans</b> <<a href="mailto:design@softflow.co.uk">design@softflow.co.uk</a>> wrote:<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In particular it is caused in the 'mac' (macrons) section by the code<br>line:<br> $FmtP['/\\$Title/e'] = '(@$PCache[$pagename]["title"]) ?<br> Macronise($PCache[$pagename]["title"]) :<br>
(($GLOBALS["SpaceWikiWords"]) ? \'$Namespaced\' : \'$Name\')';<br><br>Having a skin template with $Titlespaced will have the page title<br>appended by 'spaced', and pages with no set title will get the title
<br>"$Namespacedspacedspaced" (literal!)<br><br>Disabling 'mac' in markup extensions will make $Titlespaced work<br>again.</blockquote><div><br>
For those of you playing from home, this means putting <br>
<br>
$MarkupExtensions['mac'] = false;<br>
<br>
in config.php, on a line above<br>
<br>
include_once("$FarmD/cookbook/extendmarkup.php");<br>
<br>
</div></div>