Index: openacs-4/packages/xowiki/www/admin/samples/ajax-chat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/samples/ajax-chat.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki/www/admin/samples/ajax-chat.tcl 3 May 2006 12:03:23 -0000 1.3 +++ openacs-4/packages/xowiki/www/admin/samples/ajax-chat.tcl 17 Aug 2006 01:44:26 -0000 1.4 @@ -4,9 +4,9 @@ -set lang en \ -set description {} \ -set text { - proc content {} { - ::xowiki::Chat login -chat_id 22 - } + proc content {} { + ::xowiki::Chat login -chat_id 22 + } } \ -set nls_language en_US \ -set mime_type {text/html} \