]> git.mjollnir.org Git - moodle.git/commitdiff
fixed short tag
authorskodak <skodak>
Sun, 23 Apr 2006 11:32:25 +0000 (11:32 +0000)
committerskodak <skodak>
Sun, 23 Apr 2006 11:32:25 +0000 (11:32 +0000)
course/group-edit.html

index 8802ffd3b90c118de5ed639000ad108e890febdb..63b9922b21b94080420d5a0b3d7c88dd03668e85 100644 (file)
@@ -19,7 +19,7 @@
 
 <tr valign="top">
     <td align="right"><?php print_string('enrolmentkey') ?>:</td>
-    <td><input type="text" name="password" size="25" value="<?php echo $group->password ?>" alt="<?print_string('enrolmentkey') ?>" /></td>
+    <td><input type="text" name="password" size="25" value="<?php echo $group->password ?>" alt="<?php print_string('enrolmentkey') ?>" /></td>
 </tr>
 
 <tr valign="top">