Show
Ignore:
Timestamp:
11/16/08 23:22:10 (3 years ago)
Author:
chris
Branch:
unix
Message:

only reformat the description when a text width is given. Should take care of ticket #2 IIRC.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/WeatherAlert.py

    r161 r163  
    7474 
    7575        def getDetailed(self): 
    76                 return self.text + "\n\n" + self.cap_item.description.replace("\n",' ') + "\n" 
     76                return self.text + "\n\n" + self.cap_item.description + "\n" 
    7777 
    7878        def getEvent(self):