mercurial/hgweb/hgweb_mod.py
changeset 7337 feb0b76b6717
parent 7336 2dc868712dcc
child 7348 1a5c9ca2bfd5
--- a/mercurial/hgweb/hgweb_mod.py	Fri Oct 31 15:28:06 2008 +0100
+++ b/mercurial/hgweb/hgweb_mod.py	Thu Nov 06 11:56:01 2008 -0600
@@ -242,7 +242,7 @@
 
         # figure out which style to use
 
-        style = self.config("web", "style", "")
+        style = self.config("web", "style", "paper")
         if 'style' in req.form:
             style = req.form['style'][0]
         mapfile = style_map(self.templatepath, style)