From 3b7135e763dc2fc80d826f0ff647cc6b3d76393f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Aug 2009 17:26:44 +0200 Subject: [PATCH] Fixed a string expansion. --- www/pages/builds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- 2.47.3