textual space changes
authorroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 21:14:14 +0000 (16:14 -0500)
committerroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 21:14:14 +0000 (16:14 -0500)
themes/fsftheme/casserver/loggedIn.php

index 140d22c61b60873812c7d192855717a451fc33b2..3e55401fe724447c28328327507956963c084caf 100644 (file)
@@ -33,10 +33,10 @@ $this->includeAtTemplateBase('includes/header.php');
         $attrs = $auth->getAttributes();
 
         if (!isset($attrs['name'][0])) {
-              throw new Exception('fsfdrupalauth: "name" attribute missing.');
-       }
+            throw new Exception('fsfdrupalauth: "name" attribute missing.');
+        }
 
-       echo $this->t('{fsfdrupalauth:fsfdrupalauth:loggedin_as_description}') . "<strong>" . htmlspecialchars($attrs['name'][0]) . "</strong>";
+        echo $this->t('{fsfdrupalauth:fsfdrupalauth:loggedin_as_description}') . "<strong>" . htmlspecialchars($attrs['name'][0]) . "</strong>";
         echo " <a href=\"/cas/logout?url=/cas/login\">[log out]</a>";
         ?>
     </p>
@@ -47,4 +47,4 @@ $this->includeAtTemplateBase('includes/footer.php');
 
 if (isset($this->data['autofocus'])) {
     echo '<script type="text/javascript">window.onload = function() {document.getElementById(\'' . $this->data['autofocus'] . '\').focus();}</script>';
-}
\ No newline at end of file
+}