diff --git a/main/wiki/index.php b/main/wiki/index.php index 7c7df3385b..9f8da587be 100644 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -164,11 +164,14 @@ else MAIN CODE ============================================================================== */ - +$fck_attribute['Width'] = '100%'; +$fck_attribute['Height'] = '300'; +$fck_attribute['ToolbarSet'] = 'Introduction'; // introduction section Display::display_introduction_section(TOOL_WIKI); +$fck_attribute = null; // Clearing this global variable immediatelly after it has been used. /* ----------------------------------------------------------- Wiki configuration settings