JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added tar.php. metaform working
[wfpl.git] / metaform / template.html
index ca0d271..426be60 100644 (file)
@@ -6,6 +6,7 @@
 </head>
 
 <body>
+<!--~body start~-->
   <h2>~form_name~ entry form</h2>
 
   <form action="~form_name~.php" method="post">
@@ -16,5 +17,6 @@
 <!--~end~--><!--~submit start~-->      <tr><td class="submit_row" colspan="2"><input type="submit" name="~name~" value="~caption.attr~" /></td></tr>
 <!--~end~-->    </table>
   </form>
+<!--~end~-->
 </body>
 </html>