Skip to content

Commit

Permalink
Allow editor on Wiki summary
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 4, 2004
1 parent 7613890 commit 15a07d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/wiki/mod.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -157,4 +157,4 @@
<INPUT type="hidden" name=mode value="<?php p($form->mode) ?>">
<INPUT type="submit" value="<?php print_string('savechanges') ?>">
</CENTER>
</FORM>
</FORM>

0 comments on commit 15a07d8

Please sign in to comment.