diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-03-28 16:30:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-03-28 16:30:37 +0000 |
commit | 3ec7a181e33a301e70324783c7fcfb9bd5ef57b6 (patch) | |
tree | 6b8dd20097b4bdc33ebd0f3b439ec6352e90897a | |
parent | Update vr.org mouseover text, literal '&' (diff) | |
download | gentoo-ads-config-3ec7a181e33a301e70324783c7fcfb9bd5ef57b6.tar.gz gentoo-ads-config-3ec7a181e33a301e70324783c7fcfb9bd5ef57b6.tar.bz2 gentoo-ads-config-3ec7a181e33a301e70324783c7fcfb9bd5ef57b6.zip |
Fix correct sponsor in URL.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | gentoo_sponsors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 5f3c1fb..87ae43c 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -103,8 +103,8 @@ ads = [ 'weight': 5, 'url': 'http://www.hotelkatalog24.de', 'html': { - "en": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.', - "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du <a target="_parent" href="http://www.hotelkatalog24.de">Hotels</a> ganz einfach online buchen kannst.', + "en": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.hotelkatalog24.de/">hotels</a> and book them online.', + "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du <a target="_parent" href="http://www.hotelkatalog24.de/">Hotels</a> ganz einfach online buchen kannst.', }, 'height': 120, 'width': 125, |