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