mercurial/hgweb/hgwebdir_mod.py
changeset 7337 feb0b76b6717
parent 7336 2dc868712dcc
child 7396 526c40a74bd0
--- a/mercurial/hgweb/hgwebdir_mod.py	Fri Oct 31 15:28:06 2008 +0100
+++ b/mercurial/hgweb/hgwebdir_mod.py	Thu Nov 06 11:56:01 2008 -0600
@@ -25,7 +25,7 @@
         self.parentui = parentui or ui.ui(report_untrusted=False,
                                           interactive = False)
         self.motd = None
-        self.style = None
+        self.style = 'paper'
         self.stripecount = None
         self.repos_sorted = ('name', False)
         self._baseurl = None