mercurial/hgweb/webcommands.py
changeset 18645 76ff3a715cf2
parent 18581 3490c91a1fcb
child 18747 f5db3092790f
--- a/mercurial/hgweb/webcommands.py	Sun Feb 10 18:24:29 2013 +0100
+++ b/mercurial/hgweb/webcommands.py	Sun Feb 10 18:24:29 2013 +0100
@@ -842,7 +842,8 @@
         if isinstance(tp, str):
             tp = [tp]
         static = [os.path.join(p, 'static') for p in tp]
-    return [staticfile(static, fname, req)]
+    staticfile(static, fname, req)
+    return []
 
 def graph(web, req, tmpl):