Mercurial > hg > documentViewer
changeset 223:dd22374acd9a
*** empty log message ***
author | abukhman |
---|---|
date | Fri, 08 Oct 2010 15:28:26 +0200 |
parents | fc4c23cf0974 |
children | 58c5338749c7 |
files | documentViewer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Fri Oct 08 15:27:52 2010 +0200 +++ b/documentViewer.py Fri Oct 08 15:28:26 2010 +0200 @@ -401,7 +401,7 @@ regpath = regexp.match(url) if (regpath==None): return "" - logging.debug("(getDomFromIndexMeta): URLXAXA: %s"%regpath.group(4)) + logging.debug("(getDomFromIndexMeta): URLXAXA: %s"%regpath.group(3)) return ("/mpiwg/online/"+regpath.group(1)+"/"+regpath.group(2)) def getIndexMetaUrl(self,url):