From: Paul Hänsch Date: Sun, 14 Jan 2024 21:21:33 +0000 (+0100) Subject: Merge commit 'b931bbd0c30907b9cc956d3707b26b449bf41f76' X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=HEAD;hp=-c Merge commit 'b931bbd0c30907b9cc956d3707b26b449bf41f76' --- d9c1f32e95a15cf4881475251bfef5a06f540d18 diff --combined cgilite/common.css index dbaafd1,30c3942..30c3942 --- a/cgilite/common.css +++ b/cgilite/common.css @@@ -29,6 -29,7 +29,7 @@@ a font-style: italic; text-decoration: underline; color: #068; + word-break: break-word; } a.button { font-style: inherit; diff --combined cgilite/file.sh index 20990d3,8d810b5..8d810b5 --- a/cgilite/file.sh +++ b/cgilite/file.sh @@@ -83,7 -83,7 +83,7 @@@ FILE() range="${HTTP_RANGE#bytes=}" case "$range" in - *[^0-9]*-*|*-*[^0-9]*) + *[!0-9]*-*|*-*[!0-9]*) range="" ;; *-) diff --combined cgilite/users.sh index d738ee9,f616ca0..f616ca0 --- a/cgilite/users.sh +++ b/cgilite/users.sh @@@ -638,7 -638,7 +638,7 @@@ w_user_invite() 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] ]