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

@ -20,14 +20,14 @@ Calculated questions offers a way to create individual numerical question by the
<tr valign="top">
<td align="right"><p><b>Correct Answer Formula:</b></p></td>
<td>
<input align="left" type="text" id="formula0" name="answer[]" size="20" value="{a} + {b}">&nbsp;&nbsp;
<input type="hidden" name="fraction[]" value="1.0">
<input align="left" type="text" id="formula0" name="answer[]" size="20" value="{a} + {b}" />&nbsp;&nbsp;
<input type="hidden" name="fraction[]" value="1.0" />
</td>
</tr>
<tr valign="top">
<td align="right"><p><b>Tolerance:</b></p></td>
<td>
<input align="left" type="text" id="tolerance0&quot;" name="tolerance[]" size="15" value="0.01">±
<input align="left" type="text" id="tolerance0&quot;" name="tolerance[]" size="15" value="0.01" />±
</td>
</tr>
<tr valign="top">