##// END OF EJS Templates
hgweb_mod: partially undo 8afc25e7effc to fix py3...
Augie Fackler -
r36292:a87093e2 default
parent child Browse files
Show More
@@ -63,8 +63,6 b' archivespecs = util.sortdict(('
63
63
64 def getstyle(req, configfn, templatepath):
64 def getstyle(req, configfn, templatepath):
65 fromreq = req.form.get('style', [None])[0]
65 fromreq = req.form.get('style', [None])[0]
66 if fromreq is not None:
67 fromreq = pycompat.sysbytes(fromreq)
68 styles = (
66 styles = (
69 fromreq,
67 fromreq,
70 configfn('web', 'style'),
68 configfn('web', 'style'),
General Comments 0
You need to be logged in to leave comments. Login now