Changeset 171:77d5ff742bb4 in documentViewer
- Timestamp:
- Aug 24, 2010, 2:04:21 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r170 r171 146 146 textmode = mode 147 147 #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) 148 textParam = "document=%s&mode=%s&pn=%s "%(docpath,textmode,pn)148 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 149 149 if highlightQuery is not None: 150 150 textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) … … 303 303 selfurl = self.absolute_url() 304 304 viewMode= pageinfo['viewMode'] 305 characterNormalization = pageinfo ['characterNormalization']305 characterNormalization = pageinfo ['characterNormalization'] 306 306 tocMode = pageinfo['tocMode'] 307 307 tocPN = pageinfo['tocPN']
Note: See TracChangeset
for help on using the changeset viewer.