use www.samba.org as server for the css
authorBjörn Jacke <bj@sernet.de>
Wed, 31 Aug 2011 19:00:04 +0000 (21:00 +0200)
committerBjörn Jacke <bj@sernet.de>
Wed, 31 Aug 2011 19:00:04 +0000 (21:00 +0200)
buildfarm/web/__init__.py

index 84e7bb31ee1ac0fbf85c239aafefc2bca7123d2a..904733c2de2bfa99c9c03a684f6ca7f72d9546c3 100755 (executable)
@@ -906,7 +906,7 @@ class BuildFarmApp(object):
         yield "    <meta name='description' contents='Home of the Samba Build Farm, the automated testing facility.'/>\n"
         yield "    <meta name='robots' contents='noindex'/>"
         yield "    <link rel='stylesheet' href='/build_farm.css' type='text/css' media='all'/>"
-        yield "    <link rel='stylesheet' href='http://master.samba.org/samba/style/common.css' type='text/css' media='all'/>"
+        yield "    <link rel='stylesheet' href='http://www.samba.org/samba/style/common.css' type='text/css' media='all'/>"
         yield "    <link rel='shortcut icon' href='http://www.samba.org/samba/images/favicon.ico'/>"
         yield "  </head>"
         yield "<body>"