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) _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue