font-style: italic;
text-decoration: underline;
color: #068;
+ word-break: break-word;
}
a.button {
font-style: inherit;
range="${HTTP_RANGE#bytes=}"
case "$range" in
- *[^0-9]*-*|*-*[^0-9]*)
+ *[!0-9]*-*|*-*[!0-9]*)
range=""
;;
*-)
w_user_login_logon(){ # TRANSLATION
cat <<-EOF
[form #user_login .login method=POST
- [input name=uname placeholder="Username or Email" autocomplete=off]
+ [input name=uname placeholder="Username or Email"]
[input type=password name=pw placeholder="Passphrase"]
[submit "action" "user_login" Login]
]