Index: openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 10 Jun 2015 19:14:01 -0000 1.2 +++ openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 14 Aug 2015 11:41:28 -0000 1.2.2.1 @@ -212,6 +212,10 @@ " -order tinymceZ } +if { [info exists ::acs_blank_master(ckeditor4)] } { + template::head::add_javascript -src "//cdn.ckeditor.com/4.5.2/standard/ckeditor.js" +} + if {![info exists doc(title)]} { set doc(title) "[ad_conn instance_name]" ns_log warning "[ad_conn url] has no doc(title) set."