--- MPIWGWeb/MPIWGProjects.py 2005/06/08 20:00:16 1.47.2.11 +++ MPIWGWeb/MPIWGProjects.py 2005/06/08 20:13:17 1.47.2.12 @@ -449,11 +449,13 @@ class MPIWGRoot(ZSQLExtendFolder): def getDisciplineList(self): """get disciplines as list""" - return self.disciplineList.split("\n") + list= self.disciplineList.split("\n") + return [x.rstrip().lstrip() for x in list] def getThemeList(self): """get themes as list""" - return self.themesList.split("\n") + list= self.themesList.split("\n") + return [x.rstrip().lstrip() for x in list] def test(self): """test""" @@ -661,14 +663,20 @@ class MPIWGRoot(ZSQLExtendFolder): ret+="""
\n