In the file lib/wiki-plugins/wikiplugin_alink.php
(which belongs to the PluginANCHOR ALINK tag the
variable $page_parse was not fully replaced by
$pagename. Please change the variable in line 49:
'" title="' . tra("Create
page:") . ' ' . urlencode($page_parse) .
to
'" title="' . tra("Create
page:") . ' ' . urlencode($pagename) .
This line was (together with a few more) taken from
tikilib.php as stated a few lines above (despite the
line numbers have changed). I think that the variable
has not been replaced often enough.