More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_theme_import_form.tpl
index 458ddee23cd60e5a8c3134c43941b72f65b2ef75..7790169b63469177a5feb863ab3066666a35f0e2 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=theme_import" method="POST">
-  <input type="hidden" name="theme" value="$content" />
-  <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_INSTALL_THEME--}" />
+<form action="{!URL!}/modules.php?module=admin&amp;what=theme_import" method="post">
+       <input type="hidden" name="theme" value="$content" />
+       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_INSTALL_THEME--}" />
 </form>