Changeset 187:0b27f1c1e34b in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Sep 24, 2010, 1:46:28 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r186 r187  
    148148        textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization)
    149149        if highlightQuery is not None:
    150             textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn)           
     150            textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)           
    151151       
    152152        pagexml = self.getServerData("page-fragment.xql",textParam)
Note: See TracChangeset for help on using the changeset viewer.