MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed

This commit is contained in:
skodak 2007-01-08 19:34:16 +00:00
parent c0fe837eeb
commit 60af27037b
44 changed files with 197 additions and 197 deletions

View file

@ -52,7 +52,7 @@ if (!isset($form->create_sequence_url)) {
<tr>
<td align="right"><b><?php print_string("name") ?>:</b></td>
<td>
<input type="text" id="name" name="name" size="30">
<input type="text" id="name" name="name" size="30" />
</td>
</tr>
<td align=right><p><b><?php print_string("introduction", "lams") ?>:</b></p>