Navigation Menu

Skip to content

Commit

Permalink
Strip Atomic whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Sep 20, 2015
1 parent 24c86aa commit 47de6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1940,7 +1940,7 @@ def atom_post_text(post, text):
text = ""
else: # let other errors raise
raise(e)
return text
return text.strip()

for post in posts:
summary = atom_post_text(post, post.text(lang, teaser_only=True,
Expand Down

0 comments on commit 47de6c4

Please sign in to comment.