MDL-9226 missing closing label tag - patch by Mark Scherfling; merged from MOODLE_18_STABLE

This commit is contained in:
skodak 2007-04-15 17:19:35 +00:00
parent 57714e475e
commit 61da828a31

View File

@ -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>