Skip to content
Snippets Groups Projects
Commit 41d857f3 authored by Graham Cole's avatar Graham Cole
Browse files

nested <form> tags make IE's head explode. Mine too, actually. fixes #67

parent 0f77b9e0
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
<div class="box" > <div class="box" >
<div class="boxhead"><h2>User Settings</h2></div> <div class="boxhead"><h2>User Settings</h2></div>
<div class="boxcontent"> <div class="boxcontent">
<form class="admin" action="{$baseurl}{$path}" method="POST">
<fieldset> <fieldset>
<legend> System Details </legend> <legend> System Details </legend>
<div class="row"> <div class="row">
...@@ -229,7 +227,6 @@ ...@@ -229,7 +227,6 @@
{/if} {/if}
<div class="clear"></div> <div class="clear"></div>
</form>
</div> </div>
<div class="hollowfoot"><div><div></div></div></div> <div class="hollowfoot"><div><div></div></div></div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment