Use single quotes

This commit is contained in:
Florian Bruhin 2018-06-14 13:37:31 +02:00
parent 6a00877a71
commit 0d4173d31b

View File

@ -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