[pmwiki-users] SiteAdmin.SiteAttributes

Petko Yotov 5ko at free.fr
Sat Jun 23 10:29:06 CDT 2007


On Saturday 23 June 2007, Petko Yotov wrote:
>     if(PageTextVar("$group.GroupAttributes", 'GroupTitle')>'')
>       return
>         htmlspecianchars(PageTextVar("$group.GroupAttributes",
> 'GroupTitle'));

Typo: this should read as:

    htmlspecialchars(PageTextVar ...

and not htmlspecianchars. Sorry.

Petko




More information about the pmwiki-users mailing list