From 59e89a180d575f7bd08b581c3fbf1ebf2aa7b01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Sat, 26 Nov 2005 14:31:16 +0000 Subject: [PATCH] fix for registration app --- login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/login.php b/login.php index 3731908544..6f226caed0 100755 --- a/login.php +++ b/login.php @@ -414,15 +414,15 @@ { if ($config_reg[register_link]=='True') { - $reg_link=' '.lang('Not a user yet? Register now').'
'; + $reg_link=' '.lang('Not a user yet? Register now').'
'; } if ($config_reg[lostpassword_link]=='True') { - $lostpw_link=' '.lang('Lost password').'
'; + $lostpw_link=' '.lang('Lost password').'
'; } if ($config_reg[lostid_link]=='True') { - $lostid_link=' '.lang('Lost Login Id').'
'; + $lostid_link=' '.lang('Lost Login Id').'
'; } /* if at least one option of "registration" is activated display the registration section */