From 4d822cf99076242ff11fc362a6c377bc85d10b2a Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 15 Dec 2011 01:06:01 -0800 Subject: Missed a couple clean-URL's --- includes/header.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index 4e50d77..86329a9 100644 --- a/includes/header.php +++ b/includes/header.php @@ -93,12 +93,12 @@ function topbar($links) { echo "
"; if ($_SESSION['accepted'] == 1) { - echo "Logged in as $_SESSION[displayName]
"; + echo "Logged in as $_SESSION[displayName]
"; if ($_SESSION['displayName'] == 'noname') - echo "Update your name | "; - echo "Logout"; + echo "Update your name | "; + echo "Logout"; } else - echo "Sign in with Google"; + echo "Sign in with Google"; echo "
"; echo ""; -- cgit v1.2.3