X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fparamhandling.c;h=d1edfeb066270be3420b1f523e5479da8ebc17e4;hb=2a8a6ff1b1fc266961c54488dc3a74ca049cb1ce;hp=c2189a0baccd79674a112726020a7a6767664c01;hpb=3d1c44069cb00978eb0aa66d5a5fd8979242a688;p=citadel.git diff --git a/webcit/paramhandling.c b/webcit/paramhandling.c index c2189a0ba..d1edfeb06 100644 --- a/webcit/paramhandling.c +++ b/webcit/paramhandling.c @@ -382,6 +382,7 @@ void tmplput_bstrforward(StrBuf *Target, WCTemplputParams *TP) { const StrBuf *Buf = SBstr(TKEY(0)); if (Buf != NULL) { + StrBufAppendBufPlain(Target, HKEY("?"), 0); StrBufAppendBufPlain(Target, TKEY(0), 0); StrBufAppendBufPlain(Target, HKEY("="), 0); StrBufAppendTemplate(Target, TP, Buf, 1);