diff documentViewer.py @ 565:1b483194901c

more new MpiwgXmlTextServer.
author casties
date Tue, 09 Oct 2012 19:01:18 +0200
parents 31f562fa7214
children 4a31608f8b0e
line wrap: on
line diff
--- a/documentViewer.py	Mon Oct 08 20:36:00 2012 +0200
+++ b/documentViewer.py	Tue Oct 09 19:01:18 2012 +0200
@@ -586,7 +586,7 @@
                 docinfo = self.getDocinfoFromTexttool(docinfo, texttool)
                 # document info (including toc) from full text
                 if docinfo.get('textURLPath', None):
-                    docinfo = self.getTextInfo(mode='pages', docinfo=docinfo)
+                    docinfo = self.getTextInfo(mode=None, docinfo=docinfo)
             
             # bib info
             bib = self.metadataService.getBibData(dom=metaDom)