From 6102759b7cb9fd23f4e7fa5f12137334ff30a410 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 08:57:29 +0200 Subject: Use echo shortcut syntax Replace all occurrences of " --- web/html/login.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'web/html/login.php') diff --git a/web/html/login.php b/web/html/login.php index 9c6a5469..ed323f83 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -13,34 +13,34 @@ if (!$DISABLE_HTTP_LOGIN || (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'])) { html_header('AUR ' . __("Login")); ?>
-

AUR

+

AUR

- ' . username_from_sid($_COOKIE["AURSID"]) . ''); ?> - [] + ' . username_from_sid($_COOKIE["AURSID"]) . ''); ?> + []

-
+
- + -
+

- - + +

- - + +

- +

" /> - [] + []

-- cgit v1.2.3-24-g4f1b