]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/choice.html
Dokumentationslink bei Vorlagen bearbeiten angepasst
[mfinanz.git] / templates / webpages / ic / choice.html
index 95e81cfa8e1a2127c1cd3311773677654acfc8d7..938c0015aa1e32278abf389f00c2851f2c76a120 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>