--- documentViewer/MpdlXmlTextServer.py 2010/10/25 10:35:27 1.193 +++ documentViewer/MpdlXmlTextServer.py 2010/10/25 10:42:00 1.195 @@ -213,7 +213,7 @@ class MpdlXmlTextServer(SimpleItem): textmode = "textPollux" else: textmode = mode - #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) + 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)