Bug in tinyconfig.tpl?
Posted: Sun Jun 22, 2008 12:00 pm
I installed cmsmadesimple 1.3. Couldn't get Extensions/TinyMCE WYSIWYG/CSS Styles to work. Eventually I changed line 61 of modules/TinyMCE/templates/tinyconfig.tpl from
theme_advanced_styles : '{$css_styles}',";
to
theme_advanced_styles : '{$css_styles}',
and now it works for me. Hope this helps,
Cheers,
- Dave
theme_advanced_styles : '{$css_styles}',";
to
theme_advanced_styles : '{$css_styles}',
and now it works for me. Hope this helps,
Cheers,
- Dave