[sitemap] Remove whitespace

This commit is contained in:
Jesús
2019-09-23 23:11:02 -05:00
parent d81f06b3f8
commit 2dcae1179c

View File

@@ -137,7 +137,7 @@ class SitemapGenerator(object):
if getattr(page, 'status', 'published') != 'published': if getattr(page, 'status', 'published') != 'published':
return return
if getattr(page, 'private', 'False') == 'True': if getattr(page, 'private', 'False') == 'True':
return return