Mercurial > hg > documentViewer
changeset 268:48afebf8e779
*** empty log message ***
author | abukhman |
---|---|
date | Wed, 13 Oct 2010 18:46:19 +0200 |
parents | e736f020ef3b |
children | 9745aa95b82d |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Wed Oct 13 18:44:09 2010 +0200 +++ b/MpdlXmlTextServer.py Wed Oct 13 18:46:19 2010 +0200 @@ -160,7 +160,8 @@ if href.startswith('N'): #hrefNode.nodeValue = href.replace('id=',"?") logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) - logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) + logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) + logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) return serializeNode(href) def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):