diff options
-rwxr-xr-x | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index c1319b2..2e0b9a1 100755 --- a/bollux +++ b/bollux | |||
@@ -394,7 +394,7 @@ gemini_response() { # gemini_response URL | |||
394 | 10) run prompt "$meta" ;; | 394 | 10) run prompt "$meta" ;; |
395 | 11) run prompt "$meta" -s ;; # password input | 395 | 11) run prompt "$meta" -s ;; # password input |
396 | esac | 396 | esac |
397 | run blastoff "?$REPLY" | 397 | run blastoff "?$(urlencode "$REPLY")" |
398 | ;; | 398 | ;; |
399 | 2*) # OK | 399 | 2*) # OK |
400 | REDIRECTS=0 | 400 | REDIRECTS=0 |