lib/helpers.py
branchsites
changeset 43 fc11c4e86a82
parent 42 5a72c00c4ae4
--- 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 <a href="http://validator.w3.org/check?uri=%(host)s">XHTML 1.0 Strict</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?uri=%(host)s">CSS 2.1</a>' % dict(
+    return 'Validated <a href="http://validator.w3.org/check?uri=http://%(host)s">XHTML 1.0 Strict</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://%(host)s">CSS 2.1</a>' % dict(
         host = site_host
     )