Merge with crew-stable
authorPatrick Mezard <pmezard@gmail.com>
Sat, 03 Jan 2009 01:05:13 +0100
changeset 7571 de7b12a23ba0
parent 7570 e05aa73ce2b7 (current diff)
parent 7560 305efd897a63 (diff)
child 7572 4f58147ea829
child 7577 bd96fcb696d8
Merge with crew-stable
--- a/mercurial/hgweb/hgwebdir_mod.py	Fri Jan 02 22:53:33 2009 +0100
+++ b/mercurial/hgweb/hgwebdir_mod.py	Sat Jan 03 01:05:13 2009 +0100
@@ -130,7 +130,7 @@
                     else:
                         fname = req.form['static'][0]
                     static = templater.templatepath('static')
-                    return staticfile(static, fname, req)
+                    return (staticfile(static, fname, req),)
 
                 # top-level index
                 elif not virtual: