changeset 7571:de7b12a23ba0

Merge with crew-stable
author Patrick Mezard <pmezard@gmail.com>
date Sat, 03 Jan 2009 01:05:13 +0100
parents e05aa73ce2b7 (current diff) 305efd897a63 (diff)
children 4f58147ea829 bd96fcb696d8
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: