From d364af141f77a3e7d106202a493164192ac41e86 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 11 Jul 2009 14:14:39 +1000 Subject: [PATCH] Minor display change --- htdocs/login_form.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() ) {