Minor correction to HTML (closing input tags)

This commit is contained in:
oleonard 2004-02-25 17:28:43 +00:00
parent 0d6288178e
commit d79655295d

View file

@ -26,7 +26,7 @@
<th><label for="recieve">Title Search</label></th> <th><label for="recieve">Title Search</label></th>
<td> <td>
<input type="text" size="25" name="recieve" id="recieve"> <input type="text" size="25" name="recieve" id="recieve" />
</td> </td>
</tr> </tr>
@ -46,8 +46,8 @@
<label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label> <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
</th> </th>
<td> <form action="/cgi-bin/koha/currency.pl"> <td> <form action="/cgi-bin/koha/currency.pl">
<input type="hidden" name="type" value="change"> <input type="hidden" name="type" value="change" />
<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->"> </form> <input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" /> </form>
</td> </td>
</tr> </tr>
<!-- /TMPL_LOOP --> <!-- /TMPL_LOOP -->