mercurial/hgweb/hgwebdir_mod.py
changeset 4957 cdd33a048289
parent 4852 edd07be943dd
child 5123 79373ec3f27d
--- a/mercurial/hgweb/hgwebdir_mod.py	Fri Jul 20 09:31:32 2007 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Sat Jul 21 10:30:51 2007 +0200
@@ -244,7 +244,7 @@
                     if up < 0:
                         break
                     virtual = virtual[:up]
-                
+
                 req.write(tmpl("notfound", repo=virtual))
             else:
                 if req.form.has_key('static'):