changeset 114:0808712dcae3

*** empty log message ***
author abukhman
date Fri, 21 May 2010 16:36:17 +0200
parents 8cd56b99972c
children 477642ca6887
files documentViewer.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/documentViewer.py	Fri May 21 16:29:17 2010 +0200
+++ b/documentViewer.py	Fri May 21 16:36:17 2010 +0200
@@ -725,7 +725,6 @@
         
         if (queryType=="fulltextMorph"):
             pagedivs = pagedom.xpath("//div[@class='queryResult']")
-            
             if len(pagedivs)>0:
                 pagenode=pagedivs[0]
                 links=pagenode.xpath("//a")