added comma

This commit is contained in:
Joey Curtin 2013-07-23 14:10:39 -05:00
commit 3724841ea4

View file

@ -96,7 +96,8 @@ _DEFAULT_CONFIG = {'PATH': os.curdir,
# This will allow users to import formatters form
# outside the pelican source.
# pelicanconf.py : PYGMENTS_FORMATTER = "my.custom.formatter"
'PYGMENTS_FORMATTER': 'pygments.formatters.HtmlFormatter'
'PYGMENTS_FORMATTER': 'pygments.formatters.HtmlFormatter',
'PYGMENTS_FORMATTER_RENDER_CSS': False
}