diff -r 5a72c00c4ae4 -r fc11c4e86a82 lib/helpers.py --- a/lib/helpers.py Sun Feb 08 02:29:23 2009 +0200 +++ b/lib/helpers.py Sun Feb 08 02:55:53 2009 +0200 @@ -25,7 +25,7 @@ Returns a short "Validated XHTML & CSS" link text for the given site hostname """ - return 'Validated XHTML 1.0 Strict & CSS 2.1' % dict( + return 'Validated XHTML 1.0 Strict & CSS 2.1' % dict( host = site_host )