From 6759dde1dd3277ac4c962b368beb51cabdefa4ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 12 Aug 2015 11:45:06 +0300 Subject: minor css updates --- install/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'install/index.php') diff --git a/install/index.php b/install/index.php index a3f21cbb3..346765579 100644 --- a/install/index.php +++ b/install/index.php @@ -87,13 +87,11 @@ } function print_error($msg) { - print "
- $msg
"; + print "
$msg
"; } function print_notice($msg) { - print "
- $msg
"; + print "
$msg
"; } function db_connect($host, $user, $pass, $db, $type, $port = false) { -- cgit v1.2.3-54-g00ecf