Further fixes for installation phase and endless loop
[mailer.git] / templates / de / html / install / install_finished.tpl
index 42771e5761ae21c0d2b5234240831e9e556d0eb7..c1a274f632dcc95d58ff8815e213669c2a749813 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <div class="install_finished">
        {--INSTALL_FINISHED--}
 </div>
@@ -6,7 +7,8 @@
        {--INSTALL_FIN_SECU--}
 </div>
 
-<form action="modules.php" method="get">
+<form accept-charset="utf-8" action="modules.php" method="get">
   <input type="hidden" name="module" value="admin" />
   <input type="submit" class="admin_submit submit" value="{--CONTINUE_ADMIN--}" />
 </form>
+</div>