Use single quotes
This commit is contained in:
parent
6a00877a71
commit
0d4173d31b
@ -280,7 +280,7 @@ def get_user_stylesheet(url=None):
|
|||||||
`configutils.UNSET`.
|
`configutils.UNSET`.
|
||||||
"""
|
"""
|
||||||
css = ''
|
css = ''
|
||||||
stylesheets = config.instance.get("content.user_stylesheets", url,
|
stylesheets = config.instance.get('content.user_stylesheets', url,
|
||||||
fallback=url is None)
|
fallback=url is None)
|
||||||
if stylesheets is configutils.UNSET:
|
if stylesheets is configutils.UNSET:
|
||||||
return stylesheets
|
return stylesheets
|
||||||
|
Loading…
Reference in New Issue
Block a user