ajack 2003/09/29 12:18:30
Modified: python/gump document.py
Log:
Fixed display of module/project url
Revision Changes Path
1.49 +2 -2 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- document.py 29 Sep 2003 17:47:18 -0000 1.48
+++ document.py 29 Sep 2003 19:18:30 -0000 1.49
@@ -425,7 +425,7 @@
if not description:
description='No description provided.'
if module.url:
- description+=' For more information, see: ' + getLink(module.url)
+ description+=' For more information, see: ' + getLink(module.url.href)
else:
description+=' (No module URL provided).'
@@ -539,7 +539,7 @@
if not description:
description='No description provided.'
if project.url:
- description+=' For more information, see: ' + getLink(project.url)
+ description+=' For more information, see: ' + getLink(project.url.href)
else:
description=' (No project URL provided.)'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]