]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed attachments ...
authormoodler <moodler>
Tue, 4 Nov 2003 15:59:42 +0000 (15:59 +0000)
committermoodler <moodler>
Tue, 4 Nov 2003 15:59:42 +0000 (15:59 +0000)
typo:   type -> enctype   !!

mod/forum/post.html

index a709c584beb873985315c568d36657ba96e37e7a..fa58c97a8c373a1d055e43a52fc4285cf1b13a5b 100644 (file)
@@ -1,4 +1,4 @@
-<form name="theform" method="post" action="post.php" type="multipart/form-data">
+<form name="theform" method="post" action="post.php" enctype="multipart/form-data">
 <table border="0" cellpadding="5">
 <tr valign="top">
     <td align=right><p><b><?php print_string("subject", "forum"); ?>:</b></p></td>