[pmwiki-users] $RecentChangesFmt not linking one letter page names
Patrick R. Michaud
pmichaud at pobox.com
Thu Jun 9 13:07:19 CDT 2005
On Wed, Jun 08, 2005 at 12:51:19PM -0700, Menachem Shapiro wrote:
> After a previous e-mail exchange, I setup a credits page using:
>
> $RecentChangesFmt['Main.Credits'] =
> '* $AuthorLink -- $Group.$Name -- $CurrentTime ';
>
> Recently, I set up a group that uses a page name with only one letter
> for the page. The page works, but the page is not linked properly on
> the credits page. The group is linked. but not the page.
>
> The page is 'FewEpisodeSeries.A', but the 'A' is not part of the link.
>
> Is there anything I could do to include the 'A' in the link?
$RecentChangesFmt['Main.Credits'] =
'* $AuthorLink -- [[$Group.$Name]] -- $CurrentTime ';
Pm
More information about the pmwiki-users
mailing list