--- OSAS/OSA_system/OSAS_addfiles.py 2003/10/11 10:54:13 1.10 +++ OSAS/OSA_system/OSAS_addfiles.py 2003/10/11 16:44:23 1.11 @@ -184,10 +184,10 @@ class OSAS_add_contextData(Folder): if depth < enddepth: tmp=tmp+spaces(depth) - tmp= tmp+retLink(child[1])+"
"+self.printChilds(child[1],depth,items,enddepth)+"
" + tmp= tmp+retLink(child[1])+"
"+self.printChilds(child[1],depth,items,enddepth) else: tmp=tmp+spaces(2*depth) - tmp = tmp+retLink(child[1])+"
" + tmp = tmp+retLink(child[1]) return tmp