[svn r19734] Minor - Fixing width of fckeditor see FS#3998

skala
Julio Montoya 17 years ago
parent 4dc8e2b4cb
commit c2c7acb06f
  1. 2
      main/exercice/unique_answer.class.php

@ -65,7 +65,7 @@ class UniqueAnswer extends Question {
global $fck_attribute;
$fck_attribute = array();
$fck_attribute['Width'] = '60%';
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '125px';
$fck_attribute['ToolbarSet'] = 'Answer';

Loading…
Cancel
Save