Changeset 369:dc71a34f96a7 in documentViewer
- Timestamp:
- Oct 25, 2010, 10:22:15 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r368 r369 215 215 logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 216 216 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 217 if highlightQuery is not None:218 textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)217 #if highlightQuery is not None: 218 # textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) 219 219 220 220 pagexml = self.getServerData("page-fragment.xql",textParam)
Note: See TracChangeset
for help on using the changeset viewer.