Minor correction to HTML (closing input tags)
authoroleonard <oleonard>
Wed, 25 Feb 2004 17:28:43 +0000 (17:28 +0000)
committeroleonard <oleonard>
Wed, 25 Feb 2004 17:28:43 +0000 (17:28 +0000)
koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl

index b85b5f1..e04e66b 100644 (file)
@@ -26,7 +26,7 @@
        <th><label for="recieve">Title Search</label></th>
        <td>
                
-               <input type="text"  size="25" name="recieve" id="recieve">
+               <input type="text"  size="25" name="recieve" id="recieve" />
                
        </td>
 </tr>
@@ -46,8 +46,8 @@
                                <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
                        </th>
                        <td>    <form action="/cgi-bin/koha/currency.pl">
-       <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="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>
                        </td>
                </tr>
        <!-- /TMPL_LOOP -->