Skip to content

Commit

Permalink
Minor change to enlarge the textarea for topic summary editing.
Browse files Browse the repository at this point in the history
Was too small for summaries that included large headings or images.
  • Loading branch information
ikawhero committed Dec 7, 2004
1 parent cb0d44c commit 85d25fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/editsection.html
Expand Up @@ -17,7 +17,7 @@
</font>
</td>
<td>
<?php print_textarea($usehtmleditor, 4, 60, 660, 200, "summary", $form->summary); ?>
<?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?>
</td>
</tr>
</table>
Expand Down

0 comments on commit 85d25fd

Please sign in to comment.