Changeset 154:6d91fd196032 in documentViewer for MpdlXmlTextServer.py
- Timestamp:
- Aug 24, 2010, 9:20:20 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r153 r154 138 138 viewMode= pageinfo['viewMode'] 139 139 tocMode = pageinfo['tocMode'] 140 characterNormalization = pageinfo ['characterNormalization']140 #characterNormalization = pageinfo ['characterNormalization'] 141 141 tocPN = pageinfo['tocPN'] 142 142 selfurl = self.absolute_url() … … 145 145 else: 146 146 textmode = mode 147 logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization))147 #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) 148 148 textParam = "document=%s&mode=%s&pn=%s"%(docpath,textmode,pn) 149 149 if highlightQuery is not None:
Note: See TracChangeset
for help on using the changeset viewer.