--- documentViewer/MpdlXmlTextServer.py 2010/08/24 13:27:07 1.25 +++ documentViewer/MpdlXmlTextServer.py 2010/08/24 14:04:21 1.26 @@ -145,7 +145,7 @@ class MpdlXmlTextServer(SimpleItem): else: textmode = mode #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) - textParam = "document=%s&mode=%s&pn=%s"%(docpath,textmode,pn) + textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) @@ -302,7 +302,7 @@ class MpdlXmlTextServer(SimpleItem): url = docinfo['url'] selfurl = self.absolute_url() viewMode= pageinfo['viewMode'] - characterNormalization =pageinfo ['characterNormalization'] + characterNormalization = pageinfo ['characterNormalization'] tocMode = pageinfo['tocMode'] tocPN = pageinfo['tocPN']