Show More
@@ -510,7 +510,7 b' class hgwebdir(object):' | |||||
510 | if style == styles[0]: |
|
510 | if style == styles[0]: | |
511 | vars['style'] = style |
|
511 | vars['style'] = style | |
512 |
|
512 | |||
513 |
sessionvars = webutil.sessionvars(vars, |
|
513 | sessionvars = webutil.sessionvars(vars, '?') | |
514 | logourl = config('web', 'logourl') |
|
514 | logourl = config('web', 'logourl') | |
515 | logoimg = config('web', 'logoimg') |
|
515 | logoimg = config('web', 'logoimg') | |
516 | staticurl = (config('web', 'staticurl') |
|
516 | staticurl = (config('web', 'staticurl') |
General Comments 0
You need to be logged in to leave comments.
Login now