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)
 



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to