]> git.ipfire.org Git - ipfire.org.git/commitdiff
Removed borders from imgs displayed in ff.
authorJan Paul Tuecking <earl@ipfire.org>
Wed, 20 Jan 2010 22:58:33 +0000 (23:58 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Wed, 20 Jan 2010 22:58:33 +0000 (23:58 +0100)
www/templates/modules/sidebar-banner.html

index fa5baa7baf734907da4d72ad9686575ad7a1f41a..7a10b3b7afd3ab2ed8df6b2fff2d8ce8d7bb2b1f 100644 (file)
@@ -1,5 +1,5 @@
 <h4>{{ item.title }}</h4>
 
-<a href="{{ item.link }}" {% if item.link.startswith("http://") %}target="_blank"{% end %}>
-       <img src="{{ static_url(item.uri) }}" alt="{{ _("Banner") }}" />
+<a href="{{ item.link }}" {% if item.link.startswith("http://") %}target="_blank" {% end %}>
+       <img src="{{ static_url(item.uri) }}" border="0" alt="{{ _("Banner") }}" />
 </a>