From 41d857f3ba9b8a5abde944b027f33e33d258290e Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Thu, 20 Nov 2008 00:56:28 +0000
Subject: [PATCH] nested <form> tags make IE's head explode. Mine too,
 actually. fixes #67

---
 templates/options.tpl | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/options.tpl b/templates/options.tpl
index 65f6a02..c210cb2 100644
--- a/templates/options.tpl
+++ b/templates/options.tpl
@@ -3,8 +3,6 @@
 <div class="box" >
 <div class="boxhead"><h2>User Settings</h2></div>
 <div class="boxcontent">
-<form class="admin" action="{$baseurl}{$path}" method="POST">
-	
 	<fieldset>
 	<legend> System Details </legend>
 	<div class="row">
@@ -229,7 +227,6 @@
 {/if}
 
 	<div class="clear"></div>
-</form>
 </div>
 <div class="hollowfoot"><div><div></div></div></div>
 </div>
-- 
GitLab