On 3/26/06, <b class="gmail_sendername">Hans</b> &lt;<a href="mailto:design@softflow.co.uk">design@softflow.co.uk</a>&gt; 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>&nbsp;&nbsp;&nbsp;&nbsp; $FmtP['/\\$Title/e'] = '(@$PCache[$pagename][&quot;title&quot;]) ?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Macronise($PCache[$pagename][&quot;title&quot;]) :<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(($GLOBALS[&quot;SpaceWikiWords&quot;]) ? \'$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>&quot;$Namespacedspacedspaced&quot; (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(&quot;$FarmD/cookbook/extendmarkup.php&quot;);<br>
<br>
</div></div>