From eddba2c8de49e318d257821a54e80de6eac2c935 Mon Sep 17 00:00:00 2001
From: Ben Longbons <b.r.longbons@gmail.com>
Date: Sat, 2 Feb 2013 21:41:34 -0800
Subject: Work around the empty line bug again

---
 tools/news.py      |  2 +-
 world/map/news.txt | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tools/news.py b/tools/news.py
index 6f695eca..43917140 100755
--- a/tools/news.py
+++ b/tools/news.py
@@ -73,7 +73,7 @@ class TxtWriter(BasicWriter):
         entry = entry.replace('\n\n', '\n \n')
         entry = entry.format(**colors.make_txt_colors_dict())
         self.stream.write(entry)
-        self.stream.write('\n\n')
+        self.stream.write(' \n \n')
     def finish(self):
         # DO NOT REMOVE
         #self.stream.write('Did you really read down this far?\n')
diff --git a/world/map/news.txt b/world/map/news.txt
index 2a1027f7..a8e9b0ce 100644
--- a/world/map/news.txt
+++ b/world/map/news.txt
@@ -35,8 +35,8 @@ For more details, see ##3http://forums.themanaworld.org/viewtopic.php?f=4&t=1686
 ManaPlus is available at ##3http://manaplus.evolonline.org/##0
  
 -##2o11c##0
-
-
+ 
+ 
 ##32013-01-26##0
  
 Content Release January 2013
@@ -53,16 +53,16 @@ and Doug in Dimond's Cove discovered that the
 lamps in his room wear off after a while.
  
 -##2Jenalya##0
-
-
+ 
+ 
 ##32013-01-23##0
  
 News feed is finally generated from the same
 source for both the game and the website.
  
 -##2o11c##0
-
-
+ 
+ 
 ##3December 2012 again##0
  
 A new peninsula has magically raised from the depths,
@@ -456,5 +456,5 @@ More news updates will follow once we've
 investigated further; we're doing what we can...
  
 -##2Freeyorp##0
-
-
+ 
+ 
-- 
cgit v1.2.3-70-g09d2