Changeset 228:9306c8d0dc4a in documentViewer
- Timestamp:
- Oct 8, 2010, 2:04:30 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r227 r228 644 644 presentationUrls = dom.xpath("//texttool/presentation") 645 645 docinfo = self.getBibinfoFromIndexMeta(url, docinfo=docinfo, dom=dom) # get info von bib tag 646 #docinfo = self.getNameFromIndexMeta(url, docinfo=docinfo, dom=dom)646 docinfo = self.getNameFromIndexMeta(url, docinfo=docinfo, dom=dom) 647 647 648 648 if presentationUrls and (len(presentationUrls) > 0): # ueberschreibe diese durch presentation informationen
Note: See TracChangeset
for help on using the changeset viewer.