Index: openacs-4/www/site-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/site-master.adp,v diff -u -r1.26.2.3 -r1.26.2.4 --- openacs-4/www/site-master.adp 23 Apr 2007 11:10:11 -0000 1.26.2.3 +++ openacs-4/www/site-master.adp 14 Jul 2007 16:43:37 -0000 1.26.2.4 @@ -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.22.2.5 -r1.22.2.6 --- openacs-4/www/site-master.tcl 24 May 2007 10:12:51 -0000 1.22.2.5 +++ openacs-4/www/site-master.tcl 14 Jul 2007 16:43:37 -0000 1.22.2.6 @@ -134,6 +134,8 @@ template::multirow append script \ "text/javascript" \ "${xinha_dir}htmlarea.js" + + set htmlarea_ids '[join $acs_blank_master__htmlareas "','"]' } }