From 15a6bef48416aa45d6ae5c76d33ad5e5d19cd553 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 2 Apr 2001 21:18:17 +0000 Subject:
==>
--- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 5ba2daa10..ad2bbeebb 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -60,14 +60,14 @@ function theme_account($theme) { $theme->box(strtr(t("%a's configuration"), array("%a" => $user->userid)), "$content"); } else { - $output .= "
\n"; + $output .= "
\n"; $output .= "
\n"; $output .= " ". t("Username") .":

\n"; $output .= " ". t("Password") .":

\n"; $output .= "
\n"; $output .= " ". t("REGISTER") ."\n"; $output .= "

\n"; - $output .= "
\n"; + $output .= "\n"; $theme->box(t("Login"), $output); } -- cgit v1.2.3