From 23d1f9319c0353ba9d4c62953d987ad575e5b0cc Mon Sep 17 00:00:00 2001 From: dengenxp Date: Sun, 22 Jan 2017 16:40:24 +0900 Subject: [PATCH] Fixed a buttton size --- public_html/admin/install/classes/installer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/admin/install/classes/installer.class.php b/public_html/admin/install/classes/installer.class.php index ab1c035f3..79ae59602 100644 --- a/public_html/admin/install/classes/installer.class.php +++ b/public_html/admin/install/classes/installer.class.php @@ -3650,7 +3650,7 @@ private function migrateStep1() . '

' // Todo: Add "Refresh" button to refresh the list of files in the backups directory // . '' - . '

' . PHP_EOL + . '

' . PHP_EOL . '' . PHP_EOL; return $display;