--- cdli/cdliSplitter.py 2008/01/09 18:49:07 1.7.2.11 +++ cdli/cdliSplitter.py 2008/01/14 18:43:20 1.7.2.13 @@ -73,7 +73,7 @@ class cdliSplitter: elif not (s[0] in ignoreLines): # regular line - lineparts=s.split(".") + lineparts=s.split(". ",1) if len(lineparts)==1: # no line number txt=s