Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== diff -u -r8a9eb7192e590bc16a993ab820e27b12fe2da9c3 -r1a245001bdb88f0c289e4a49477d987ade56ad68 --- lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 8a9eb7192e590bc16a993ab820e27b12fe2da9c3) +++ lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 1a245001bdb88f0c289e4a49477d987ade56ad68) @@ -20,4 +20,6 @@ FCKConfig.FirefoxSpellChecker = true; FCKConfig.BrowserContextMenuOnCtrl = true; FCKConfig.DefaultLinkTarget = "_blank"; -FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml' +FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'; +FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; +FCKConfig.EnterMode = 'div' ;