Changeset 171:77d5ff742bb4 in documentViewer


Ignore:
Timestamp:
Aug 24, 2010, 2:04:21 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

characterNormalization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r170 r171  
    146146            textmode = mode
    147147        #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)
    149149        if highlightQuery is not None:
    150150            textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn)           
     
    303303        selfurl = self.absolute_url() 
    304304        viewMode=  pageinfo['viewMode']
    305         characterNormalization =pageinfo ['characterNormalization']
     305        characterNormalization = pageinfo ['characterNormalization']
    306306        tocMode = pageinfo['tocMode']
    307307        tocPN = pageinfo['tocPN'] 
Note: See TracChangeset for help on using the changeset viewer.