소스 검색

Remove unneeded width

Julio 8 년 전
부모
커밋
0df18475ec
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      main/inc/introductionSection.inc.php

+ 0 - 3
main/inc/introductionSection.inc.php

@@ -53,9 +53,6 @@ if (!empty($courseId)) {
     $form = new FormValidator('introduction_text');
 }
 
-$renderer =& $form->defaultRenderer();
-$renderer->setCustomElementTemplate('<div style="width: 80%; margin: 0px auto; padding-bottom: 10px; ">{element}</div>');
-
 $config = array(
     'ToolbarSet' => 'IntroductionTool',
     'Width' => '100%',