mercurial/hgweb/hgwebdir_mod.py
changeset 10282 08a0f04b56bd
parent 10264 d6512b3e9ac0
child 10394 4612cded5176
--- a/mercurial/hgweb/hgwebdir_mod.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/mercurial/hgweb/hgwebdir_mod.py	Mon Jan 25 00:05:27 2010 -0600
@@ -324,7 +324,7 @@
         style, mapfile = templater.stylemap(styles)
         if style == styles[0]:
             vars['style'] = style
-        
+
         start = url[-1] == '?' and '&' or '?'
         sessionvars = webutil.sessionvars(vars, start)
         staticurl = config('web', 'staticurl') or url + 'static/'