]> git.mjollnir.org Git - moodle.git/commitdiff
Slightly larger posting window
authormoodler <moodler>
Fri, 13 Jun 2003 16:07:13 +0000 (16:07 +0000)
committermoodler <moodler>
Fri, 13 Jun 2003 16:07:13 +0000 (16:07 +0000)
mod/forum/post.html

index 7b9b987e6e665beff0647f09bbbf6e20aff9fe74..ece418eb2908d241db185bc5b7c8494832b7b306 100644 (file)
@@ -11,7 +11,7 @@
      <?php print_string("message", "forum"); ?>:
      </b></p></td>
     <td align=left rowspan=2>
-    <?php print_textarea($usehtmleditor, 15, 50, 595, 400, "message", $post->message); ?>
+    <?php print_textarea($usehtmleditor, 15, 50, 630, 400, "message", $post->message); ?>
     </td>
 </tr>
 <tr valign="top">