From 1f62f86af5225643f2a7d72c1a050c46ffc37477 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 24 Jun 2004 19:08:35 +0000 Subject: getting closer to printing package search results - also fixed some XHTML stuff --- web/html/account.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html/account.php') diff --git a/web/html/account.php b/web/html/account.php index a00a5e53..0975ab7c 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -29,7 +29,7 @@ if (isset($_COOKIE["AURSID"])) { } else { # a non-privileged user is trying to access the search page # - print __("You are not allowed to access this area.")."
\n"; + print __("You are not allowed to access this area.")."
\n"; } } elseif ($_REQUEST["Action"] == "DisplayAccount") { @@ -73,7 +73,7 @@ if (isset($_COOKIE["AURSID"])) { if ($atype == "Trusted User" || $atype == "Developer") { # display the search page if they're a TU/dev # - print __("Use this form to search existing accounts.")."
\n"; + print __("Use this form to search existing accounts.")."
\n"; search_accounts_form(); } else { @@ -96,7 +96,7 @@ if (isset($_COOKIE["AURSID"])) { # normal user editing themselves. # print __("Use this form to update your account."); - print "
"; + print "
"; print __("Leave the password fields blank to keep your same password."); display_account_form($atype, "UpdateAccount", $row["Username"], $row["AccountType"], $row["Suspended"], $row["Email"], -- cgit v1.2.3-24-g4f1b