commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8284 - trunk/www/utils/webhelpers


From: reinhard
Subject: [gnue] r8284 - trunk/www/utils/webhelpers
Date: Mon, 3 Apr 2006 18:22:06 -0500 (CDT)

Author: reinhard
Date: 2006-03-29 15:45:35 -0600 (Wed, 29 Mar 2006)
New Revision: 8284

Modified:
   trunk/www/utils/webhelpers/tools.py
Log:
Fixed parameters.


Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2006-03-29 21:33:02 UTC (rev 8283)
+++ trunk/www/utils/webhelpers/tools.py 2006-03-29 21:45:35 UTC (rev 8284)
@@ -309,7 +309,7 @@
         <li><a href="<?php print "$BASEDIR"; 
?>/gallery/%s.php">Screenshots</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/%s/">Download</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/bugs.php">Bug 
Reports</a></li>
-      </ul>""" % (tool,tool,tool,tool, tool, currentRelease, tool)
+      </ul>""" % (tool, tool, tool, tool, currentRelease, tool)
 
     staticFile('tools/%s/_extra_menu.php'%tool, html)
 





reply via email to

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