mercurial/hgweb/webutil.py
changeset 34246 db63872e10cc
parent 31808 ca3b4a2b7e54
child 34390 f6492f482c60
--- a/mercurial/hgweb/webutil.py	Fri Jun 30 03:45:51 2017 +0200
+++ b/mercurial/hgweb/webutil.py	Fri Jun 30 03:45:52 2017 +0200
@@ -406,7 +406,7 @@
     if basectx is None:
         basectx = ctx.p1()
 
-    style = web.config('web', 'style', 'paper')
+    style = web.config('web', 'style')
     if 'style' in req.form:
         style = req.form['style'][0]