Index: openacs-4/www/blank-compat.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-compat.adp,v diff -u -r1.2 -r1.3 --- openacs-4/www/blank-compat.adp 14 May 2007 20:30:29 -0000 1.2 +++ openacs-4/www/blank-compat.adp 30 Aug 2007 07:23:20 -0000 1.3 @@ -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/blank-compat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-compat.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/www/blank-compat.tcl 14 May 2007 20:30:29 -0000 1.2 +++ openacs-4/www/blank-compat.tcl 30 Aug 2007 07:23:04 -0000 1.3 @@ -123,6 +123,8 @@ template::multirow append script \ "text/javascript" \ "${xinha_dir}htmlarea.js" + + set htmlarea_ids '[join $acs_blank_master__htmlareas "','"]' } }