mercurial/hgweb/hgwebdir_mod.py
changeset 3473 2896ce093ec4
parent 3415 ec6f400cff4d
child 3474 bbfb392b2b1a
--- a/mercurial/hgweb/hgwebdir_mod.py
+++ b/mercurial/hgweb/hgwebdir_mod.py
@@ -202,4 +202,5 @@ class hgwebdir(object):
                         for column in sortable]
                 req.write(tmpl("index", entries=entries,
                                sortcolumn=sortcolumn, descending=descending,
+                               motd=self.motd,
                                **dict(sort)))