commit-gnue
[Top][All Lists]
Advanced

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

r5357 - trunk/www/utils/webhelpers


From: jcater
Subject: r5357 - trunk/www/utils/webhelpers
Date: Thu, 18 Mar 2004 20:54:40 -0600 (CST)

Author: jcater
Date: 2004-03-18 20:54:39 -0600 (Thu, 18 Mar 2004)
New Revision: 5357

Modified:
   trunk/www/utils/webhelpers/tools.py
Log:
fixed incorrect links

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2004-03-19 02:52:55 UTC (rev 5356)
+++ trunk/www/utils/webhelpers/tools.py 2004-03-19 02:54:39 UTC (rev 5357)
@@ -155,7 +155,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,' | 
'))
           html2 += '<div class="docgroup"><div 
class="docheader"><b>%s</b>&nbsp;&nbsp;&nbsp; ( %s )</div>\n' % (props['name'], 
string.join(all,' | '))
           html2 += 
addToolLinks(htmlify(string.join(text,'\n'),'www/docs/%s.txt' % tool),





reply via email to

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