Show
Ignore:
Timestamp:
11/17/08 06:52:25 (3 years ago)
Author:
chris
Branch:
unix
Children:
152:2ce951ea8dcc, 164:eb6d586c26ca
Message:

Only reformat the text if the textwidth config option is used. Closes ticket #1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/WeatherAlert.py

    r122 r151  
    7878 
    7979        def getDetailed(self): 
    80                 return self.text + "\n\n" + self.cap_item.desc.replace("\n",' ') + "\n" 
     80                return self.text + "\n\n" + self.cap_item.desc + "\n" 
    8181 
    8282        def getEvent(self):