From: Michael Tremer Date: Sat, 1 Aug 2009 15:26:44 +0000 (+0200) Subject: Fixed a string expansion. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b7135e763dc2fc80d826f0ff647cc6b3d76393f;p=ipfire.org.git Fixed a string expansion. --- diff --git a/www/pages/builds.py b/www/pages/builds.py index c3060e19..c88711aa 100644 --- a/www/pages/builds.py +++ b/www/pages/builds.py @@ -138,7 +138,7 @@ class Content(web.Content): last_day = day ret += """ - """ + """ % build.url if day == today: ret += """IPFire"""