epic-ts
[kivitendo-erp.git] / templates / webpages / ic / choice.html
index 95e81cf..938c001 100644 (file)
@@ -1,12 +1,11 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-<body>
 
  <form method="post" action="ic.pl">
 
   [%- FOREACH row = HIDDENS %]
-  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
   [%- END %]
 
   <p>
@@ -35,4 +34,3 @@
   </p>
  </form>
 
-</body>