diff --git a/feed.py b/feed.py
index 7b5de27..7ce5c91 100644
--- a/feed.py
+++ b/feed.py
@@ -185,7 +185,7 @@ def feedgen(local=False):
filewrite.write(" in this update")
filewrite.write(".")
try:
- filewrite.write(" " + re.sub("<[^<]+?>","",re.sub(".*","[spoiler]",thefile.summary)))
+ filewrite.write(" " + re.sub(" "," ",re.sub("<[^<]+?>","",re.sub(".*","[spoiler]",thefile.summary))))
except:
filewrite.write(" No summary provided.")
try: