]> git.mjollnir.org Git - moodle.git/commitdiff
Minor change to enlarge the textarea for topic summary editing.
authorikawhero <ikawhero>
Tue, 7 Dec 2004 23:49:51 +0000 (23:49 +0000)
committerikawhero <ikawhero>
Tue, 7 Dec 2004 23:49:51 +0000 (23:49 +0000)
Was too small for summaries that included large headings or images.

course/editsection.html

index 96f98920107f35fd83ffe73b18184833512cd91f..ecc813b7789321bbc9a18ac01b3d14ef0a4206f9 100644 (file)
@@ -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>