From: Paul Hänsch Date: Tue, 16 Nov 2021 12:08:19 +0000 (+0100) Subject: Merge commit '4814ae28928f948f44bdf0b8823226120a442dfb' X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=a6853a09180270edcb2d95056a496d9a30ffeacf;hp=-c;p=serve0 Merge commit '4814ae28928f948f44bdf0b8823226120a442dfb' --- a6853a09180270edcb2d95056a496d9a30ffeacf diff --combined cgilite/cgilite.sh index 03541b4,90d6557..90d6557 --- a/cgilite/cgilite.sh +++ b/cgilite/cgilite.sh @@@ -313,7 -313,7 +313,7 @@@ URL() "${CR}"*) out="${out}%0D"; str="${str#?}";; "${BR}"*) out="${out}%0A"; str="${str#?}";; %*) out="${out}%25"; str="${str#?}";; - *) out="${out}${str%%[]&\"\'# ${CR}${BR}[]*}"; str="${str#"${str%%[]&\"\'# ${CR}${BR}[]*}"}";; + *) out="${out}${str%%[]&\"\'\?# ${CR}${BR}%[]*}"; str="${str#"${str%%[]&\"\'\?# ${CR}${BR}%[]*}"}";; esac; done printf %s "$out" }