Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 27, 2017
1 parent e6c0164 commit f256d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/nikola.py
Expand Up @@ -1659,8 +1659,8 @@ def apply_shortcodes(self, data, filename=None, lang=None, with_dependencies=Fal
def _get_rss_copyright(self, lang, rss_plain):
if rss_plain:
return (
self.config['RSS_COPYRIGHT_PLAIN'](lang)
or lxml.html.fromstring(self.config['RSS_COPYRIGHT'](lang)).text_content().strip())
self.config['RSS_COPYRIGHT_PLAIN'](lang) or
lxml.html.fromstring(self.config['RSS_COPYRIGHT'](lang)).text_content().strip())
else:
return self.config['RSS_COPYRIGHT'](lang)

Expand Down

0 comments on commit f256d12

Please sign in to comment.