]> git.joonet.de Git - adminer.git/commitdiff
Add missing newline
authorJakub Vrana <jakub@vrana.cz>
Tue, 16 Jan 2018 15:44:49 +0000 (16:44 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 16 Jan 2018 15:44:49 +0000 (16:44 +0100)
adminer/include/adminer.inc.php

index 2d7f88217143ab4df118324582506747c91b2988..509faab2bb78c1e93b61ba9885b24a3e71b4671c 100644 (file)
@@ -94,7 +94,7 @@ class Adminer {
                global $drivers;
                ?>
 <table cellspacing="0">
-<tr><th><?php echo lang('System'); ?><td><?php echo html_select("auth[driver]", $drivers, DRIVER); ?>
+<tr><th><?php echo lang('System'); ?><td><?php echo html_select("auth[driver]", $drivers, DRIVER) . "\n"; ?>
 <tr><th><?php echo lang('Server'); ?><td><input name="auth[server]" value="<?php echo h(SERVER); ?>" title="hostname[:port]" placeholder="localhost" autocapitalize="off">
 <tr><th><?php echo lang('Username'); ?><td><input name="auth[username]" id="username" value="<?php echo h($_GET["username"]); ?>" autocapitalize="off">
 <tr><th><?php echo lang('Password'); ?><td><input type="password" name="auth[password]">