]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9226 missing closing label tag - patch by Mark Scherfling; merged from MOODLE_18_...
authorskodak <skodak>
Sun, 15 Apr 2007 17:19:35 +0000 (17:19 +0000)
committerskodak <skodak>
Sun, 15 Apr 2007 17:19:35 +0000 (17:19 +0000)
mod/data/field/url/mod.html

index 99aadd6305c52e426d1e6710c22f764398e3dcfd..0757afc96e610771248de1ece815305c075a8402 100755 (executable)
@@ -12,7 +12,7 @@
         <td class="c1"><input class="forcelinkname" type="text" name="param2" id="forcelinkname" value="<?php p($this->field->param2);?>" /></td>
     </tr>
     <tr>
-        <td class="c0"><label for="param1"><?php echo get_string('autolinkurl', 'data') ?></td>
+        <td class="c0"><label for="param1"><?php echo get_string('autolinkurl', 'data') ?></label></td>
         <td class="c1"><input type="checkbox" name="param1" id="param1" <?php if($this->field->param1) {echo 'checked="checked"';} ?> value="1" /></td>
     </tr>
 </table>