commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5355 - trunk/www/utils/webhelpers


From: jcater
Subject: r5355 - trunk/www/utils/webhelpers
Date: Thu, 18 Mar 2004 19:07:57 -0600 (CST)

Author: jcater
Date: 2004-03-18 19:07:57 -0600 (Thu, 18 Mar 2004)
New Revision: 5355

Modified:
   trunk/www/utils/webhelpers/tools.py
Log:
made docs links relativem instead of absolute

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2004-03-19 00:57:05 UTC (rev 5354)
+++ trunk/www/utils/webhelpers/tools.py 2004-03-19 01:07:57 UTC (rev 5355)
@@ -151,7 +151,7 @@
         for props, text in fileset:
           all = []
           for file, type in mod.docs.getTypes(props, DEST):
-            all.append('<a href="%s">%s</a>' % (file, type))
+            all.append('<a href="../../%s">%s</a>' % (file, type))
           html += '  <li>%s: %s</li>\n' % (props['name'], string.join(all,' | 
'))
         html += '</ul></li>\n'
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]