Changeset 173:f5dfd23e33b8

Show
Ignore:
Timestamp:
11/26/08 01:48:50 (3 years ago)
Author:
cfreeze@…
Branch:
CAP_1.1
Message:

remove accidently trimming of the description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/CapAlert.py

    r172 r173  
    8686        def __parse(self): 
    8787                self.__headline = self.__trim(self.__getfield(self.__dom,self.__tag_headline)) 
    88                 self.__description = self.__trim(self.__getfield(self.__dom,self.__tag_description)) 
     88                self.__description = self.__getfield(self.__dom,self.__tag_description) 
    8989 
    9090        def __str__(self):