Index: openacs-4/www/site-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/site-master.adp,v diff -u -r1.27 -r1.28 --- openacs-4/www/site-master.adp 14 May 2007 20:30:29 -0000 1.27 +++ openacs-4/www/site-master.adp 17 Jun 2007 09:20:13 -0000 1.28 @@ -29,9 +29,7 @@ if(!HTMLArea.loadPlugins(xinha_plugins, xinha_init)) return; xinha_editors = xinha_editors ? xinha_editors : [ - - '@acs_blank_master__htmlareas@', - + @htmlarea_ids@ ]; xinha_config = xinha_config ? xinha_config() : new HTMLArea.Config(); @xinha_params;noquote@ Index: openacs-4/www/site-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/site-master.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/www/site-master.tcl 14 May 2007 20:30:29 -0000 1.24 +++ openacs-4/www/site-master.tcl 17 Jun 2007 09:20:13 -0000 1.25 @@ -129,6 +129,8 @@ template::multirow append script \ "text/javascript" \ "${xinha_dir}htmlarea.js" + + set htmlarea_ids '[join $acs_blank_master__htmlareas "','"]' } }