]> git.plutz.net Git - cgilite/commitdiff
improved markup for styling
authorPaul Hänsch <paul@plutz.net>
Wed, 29 Sep 2021 11:18:19 +0000 (13:18 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 29 Sep 2021 11:18:19 +0000 (13:18 +0200)
users.sh

index b784ec75983f4163702722d8a2557e25c04ac2d7..4c730ee3753367567f6e08e527df6bd9da4f85a0 100755 (executable)
--- a/users.sh
+++ b/users.sh
@@ -338,7 +338,7 @@ w_user_login(){
   elif [ "$USER_ID" ]; then
     cat <<-EOF
        [form #user_login .logout method=POST
-         [p You are currently logged in as "${USER_NAME}"]
+         [p Logged in as [span . $(HTML ${USER_NAME})]]
          [submit "action" "user_logout" Logout]
        ]
        EOF