Mercurial > hg > documentViewer
changeset 368:ece96864632c
*** empty log message ***
author | abukhman |
---|---|
date | Mon, 25 Oct 2010 12:20:28 +0200 |
parents | f991ddd3a045 |
children | dc71a34f96a7 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Mon Oct 25 12:18:41 2010 +0200 +++ b/MpdlXmlTextServer.py Mon Oct 25 12:20:28 2010 +0200 @@ -212,7 +212,7 @@ textmode = "textPollux" else: textmode = mode - #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) + logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)