diff options
author | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:08:38 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:08:38 -0700 |
commit | a50619ecbd150a61815263e57560104edd6aefa7 (patch) | |
tree | 462eb6cc62ce741578f2b79c0846b42848131359 | |
parent | Unbreak the ads sidebar. (diff) | |
download | gentoo-ads-config-a50619ecbd150a61815263e57560104edd6aefa7.tar.gz gentoo-ads-config-a50619ecbd150a61815263e57560104edd6aefa7.tar.bz2 gentoo-ads-config-a50619ecbd150a61815263e57560104edd6aefa7.zip |
vim keeps splitting lines and screwing me ;)
-rw-r--r-- | gentoo_sponsors.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 2687403..cb4ab72 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -22,8 +22,7 @@ ads = [ 'type': 'img', 'img': 'sponsors/kartenzia-logo.jpg', # TODO(antarus): We should email them and get a german translation. - 'title': 'Kartenzia is a young start-up based in germany, providing their -customers with personalized invitations for various occassions such as weddings or christmas', + 'title': 'Kartenzia is a young start-up based in Germany, providing their customers with personalized invitations for various occassions such as weddings or Christmas.', 'tier': 1, 'url': 'http://www.kartenzia.de/', 'height': 20, |