Add a missing '

This commit is contained in:
Kyle Fuller 2012-04-15 14:40:10 +01:00
commit 4c4c2a9604

View file

@ -62,7 +62,7 @@ class Pelican(object):
if self.settings.get('CLEAN_URLS', False): if self.settings.get('CLEAN_URLS', False):
logger.warning('Found deprecated `CLEAN_URLS` in settings.' logger.warning('Found deprecated `CLEAN_URLS` in settings.'
' Modifying the following settings for the ' Modifying the following settings for the'
' same behaviour.') ' same behaviour.')
self.settings['ARTICLE_URL'] = '{slug}/' self.settings['ARTICLE_URL'] = '{slug}/'