Mercurial > hg > documentViewer
changeset 300:e67f50a09259
*** empty log message ***
author | abukhman |
---|---|
date | Thu, 14 Oct 2010 15:14:16 +0200 |
parents | a988bbec59d1 |
children | f91d6da31486 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Thu Oct 14 15:13:19 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 15:14:16 2010 +0200 @@ -156,7 +156,7 @@ hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue hrefList.append(href) - myList = "; ".join(hrefList) + myList = ",".join(hrefList) #hoho =hrefList.replace('','') logging.debug("getGisPlaces :%s"%(myList))