diff options
author | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:17:41 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:17:41 -0700 |
commit | 0505abb28e9ab9d8a5f4f62d2751cb3d249f8711 (patch) | |
tree | b53456159517c69f7b506bd99df493eaa33af905 | |
parent | kartenzia => html ad. We need to figure out if / how to do their images as well. (diff) | |
download | gentoo-ads-config-0505abb28e9ab9d8a5f4f62d2751cb3d249f8711.tar.gz gentoo-ads-config-0505abb28e9ab9d8a5f4f62d2751cb3d249f8711.tar.bz2 gentoo-ads-config-0505abb28e9ab9d8a5f4f62d2751cb3d249f8711.zip |
Missing comma...
-rw-r--r-- | gentoo_sponsors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 135daad..ad2f67e 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -23,7 +23,7 @@ ads = [ # TODO(antarus): We should email them and get a german translation. 'html': { 'en': 'Kartenzia is a young start-up based in Germany, which provides their customers with personalized invitations for various occassions such as <a target="_parent" href="http://www.kartenzia.de/einladungskarten/hochzeit/">wedding invitations</a> or <a target="_parent" href="http://www.kartenzia.de/saisonal/weihnachten/">christmas invitations</a>.', - } + }, 'tier': 1, 'url': 'http://www.kartenzia.de/', 'height': 120, |