changeset 36805 | ec46415ed826 |
parent 36804 | b9b968e21f78 |
child 36856 | 1f7d9024674c |
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Mar 08 15:15:59 2018 -0800 +++ b/mercurial/hgweb/hgwebdir_mod.py Thu Mar 08 15:14:32 2018 -0800 @@ -509,8 +509,7 @@ if style == styles[0]: vars['style'] = style - start = r'&' if url[-1] == r'?' else r'?' - sessionvars = webutil.sessionvars(vars, start) + sessionvars = webutil.sessionvars(vars, r'?') logourl = config('web', 'logourl') logoimg = config('web', 'logoimg') staticurl = config('web', 'staticurl') or url + 'static/'