]> git.mjollnir.org Git - moodle.git/commitdiff
Allow editor on Wiki summary
authormoodler <moodler>
Fri, 4 Jun 2004 07:04:32 +0000 (07:04 +0000)
committermoodler <moodler>
Fri, 4 Jun 2004 07:04:32 +0000 (07:04 +0000)
mod/wiki/mod.html

index 86784253423ac41d4d32c0b3a1be793f69b0adda..1af045a1906cf0fb208629e3e75979c229e569c8 100644 (file)
@@ -50,7 +50,7 @@
 <TR valign=top>
     <TD align=right><P><B><?php  print_string('summary') ?>:</B></P></TD>
     <TD>
-        <?php print_textarea(false, 5, 60, 680, 400, "summary", $form->summary); ?>
+        <?php print_textarea($usehtmleditor, 5, 60, 680, 400, "summary", $form->summary); ?>
     </TD>
 </TR>
 
 <INPUT type="hidden" name=mode          value="<?php  p($form->mode) ?>">
 <INPUT type="submit" value="<?php  print_string('savechanges') ?>">
 </CENTER>
-</FORM>
\ No newline at end of file
+</FORM>