diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-06-09 01:06:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-06-09 01:06:30 +0000 |
commit | 314ff931b88d76c817493c22510787c84f5bc78a (patch) | |
tree | a11077c7b1beaf2cdadef0a235cafdfcfe1335b1 | |
parent | Updated the TEMPLATE_LOADERS for django-1.3 (diff) | |
download | gentoo-ads-master.tar.gz gentoo-ads-master.tar.bz2 gentoo-ads-master.zip |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | gentoo_ads/ads/templates/ads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo_ads/ads/templates/ads.html b/gentoo_ads/ads/templates/ads.html index a1d0a15..8cfde9d 100644 --- a/gentoo_ads/ads/templates/ads.html +++ b/gentoo_ads/ads/templates/ads.html @@ -3,7 +3,7 @@ <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <link title="new" rel="stylesheet" href="http://www.gentoo.org/css/main.css" type="text/css" /> + <link title="new" rel="stylesheet" href="//www.gentoo.org/css/main.css" type="text/css" /> <style type="text/css"> div.ads { text-align: center; |