]> git.plutz.net Git - serve0/commitdiff
Merge commit 'b931bbd0c30907b9cc956d3707b26b449bf41f76' master
authorPaul Hänsch <paul@plutz.net>
Sun, 14 Jan 2024 21:21:33 +0000 (22:21 +0100)
committerPaul Hänsch <paul@plutz.net>
Sun, 14 Jan 2024 21:21:33 +0000 (22:21 +0100)
1  2 
cgilite/common.css
cgilite/file.sh
cgilite/users.sh

diff --combined cgilite/common.css
index dbaafd1f49b6c3fcdb6208bb1b7ed633f161d288,30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495..30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495
@@@ -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 20990d36474492f700dd5fc60bafc5dbf12f548b,8d810b5d472b0a43db49181f1820dd5e4bad1d08..8d810b5d472b0a43db49181f1820dd5e4bad1d08
@@@ -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 d738ee94ec70a9ac6a55a5cc2321b0628063be4a,f616ca02baca5d07c7199640ab436e064f4d405a..f616ca02baca5d07c7199640ab436e064f4d405a
@@@ -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]
        ]