changeset 34587 | b50c036494dc |
parent 34586 | c364f3f73634 |
child 34588 | 0d9928a67254 |
--- a/mercurial/hgweb/hgweb_mod.py Wed Oct 11 03:32:59 2017 +0200 +++ b/mercurial/hgweb/hgweb_mod.py Wed Oct 11 03:36:44 2017 +0200 @@ -177,7 +177,7 @@ # some functions for the templater def motd(**map): - yield self.config('web', 'motd', '') + yield self.config('web', 'motd') # figure out which style to use