diff --git a/htdocs/login_form.php b/htdocs/login_form.php
index f5cb5c2..779ac97 100644
--- a/htdocs/login_form.php
+++ b/htdocs/login_form.php
@@ -26,8 +26,9 @@ if (! isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) != 'on') {
_('Warning'),_('This web connection is unencrypted'));
echo '';
echo '';
+
+ echo '
';
}
-echo '
';
# HTTP Basic Auth Form.
if ($app['server']->getAuthType() == 'http') {
@@ -88,6 +89,8 @@ if ($app['server']->getAuthType() == 'http') {
echo '';
echo '';
+ echo '
';
+
echo '';
if ($app['server']->isAnonBindAllowed() ) {