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