From: Paul Hänsch Date: Wed, 29 Sep 2021 11:18:19 +0000 (+0200) Subject: improved markup for styling X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=7459611c967440c8a73573b50f6d802764293a86 improved markup for styling --- diff --git a/users.sh b/users.sh index b784ec7..4c730ee 100755 --- 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