commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r9987 - trunk/www/utils/webhelpers
Date: Mon, 19 Oct 2009 09:29:48 -0500 (CDT)

Author: reinhard
Date: 2009-10-19 09:29:47 -0500 (Mon, 19 Oct 2009)
New Revision: 9987

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


Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2009-10-18 17:59:43 UTC (rev 9986)
+++ trunk/www/utils/webhelpers/tools.py 2009-10-19 14:29:47 UTC (rev 9987)
@@ -311,7 +311,7 @@
         <li><a href="<?php print "$BASEDIR"; 
?>/tools/%s/docs/">Documentation</a></li>
         <li><a href="<?php print "$BASEDIR"; 
?>/gallery/%s.php">Screenshots</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/%s/">Download</a></li>
-      </ul>""" % (tool, tool, tool, tool, currentRelease, tool)
+      </ul>""" % (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]