[1mdiff --git a/50_bubble.py b/50_bubble.py[m
[1mindex 16ac164..eca1a30 100644[m
[1m--- a/50_bubble.py[m
[1m+++ b/50_bubble.py[m
[36m@@ -370,8 +370,8 @@[m [mBubble is open source:[m
[m
if not is_deleted:[m
summary = post.summary.strip() # remove any spurious whitespace[m
[31m- src += strip_invalid(summary) if not self.is_short_preview \[m
[31m- else shorten_text(strip_invalid(summary), SHORT_PREVIEW_LEN) + '\n'[m
[32m+[m[32m src += (strip_invalid(summary) if not self.is_short_preview[m
[32m+[m[32m else shorten_text(strip_invalid(summary), SHORT_PREVIEW_LEN)) + '\n'[m
else:[m
src += "(only visible to author)\n"[m
[m
text/plain
This content has been proxied by September (ba2dc).