From c14411a4e6793457896d8b07a41e7cc85641f77a Mon Sep 17 00:00:00 2001 From: James Richards Date: Fri, 21 Mar 2003 02:09:27 +0000 Subject: [PATCH] Added space between the words "Data Entry". git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@96 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/html.php b/admin/html.php index f7d6f4b0923..0d7b1381ba0 100644 --- a/admin/html.php +++ b/admin/html.php @@ -88,13 +88,13 @@ $surveysummary .= "\t\t\n"; if ($activated == "N") { - $surveysummary .= "\t\t\n"; + $surveysummary .= "\t\t\n"; $surveysummary .= "\t\t\n"; } else { $surveysummary .= "\t\t\n"; - $surveysummary .= "\t\t\n"; + $surveysummary .= "\t\t\n"; $surveysummary .= "\t\t\n"; } $surveysummary .= "\t\t\n"; @@ -248,7 +248,7 @@ $usersummary .= "\t\t\t

If you click on the 'initialise security' button below, standard APACHE \n"; $usersummary .= "\t\t\tsecurity settings will be added to the administration directory of this \n"; $usersummary .= "\t\t\tscript. You will then need to use the default access username and password \n"; - $usersummary .= "\t\t\tto access the administration and dataentry scripts.

\n"; + $usersummary .= "\t\t\tto access the administration and data entry scripts.

\n"; $usersummary .= "\t\t\t

USERNAME: $defaultuser
PASSWORD: $defaultpass

\n"; $usersummary .= "\t\t\t

It is highly recommended that once your security system has been initialised \n"; $usersummary .= "\t\t\tyou change this default password.

\n";