]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/base.html
fixes OSQA-336. Shouldn't have the ugly blue border around the logo in some email...
[osqa.git] / forum / skins / default / templates / notifications / base.html
index d5d88dd2f4280712276b7eb277e3259d4d985450..90a06849cc16ae9302030ef4bba1c6d99102c8cd 100644 (file)
@@ -14,7 +14,7 @@
 <center>
 <table style="{{ table_style }}">
 <tbody><tr><td style="padding:20px;">
-<a href="{{ settings.APP_URL }}" style="border: 0;"><img src="{{ settings.APP_URL }}{{ settings.APP_LOGO }}" alt="{{settings.APP_TITLE}}" /></a>
+<a href="{{ settings.APP_URL }}" style="border: 0;"><img src="{{ settings.APP_URL }}{{ settings.APP_LOGO }}" alt="{{settings.APP_TITLE}}" border="0"/></a>
 <hr style="{{ hr_style }}" />
 {% if not exclude_greeting %}
 <p style="{{ p_style }}">{% trans "Hello" %} {{ recipient.username }},</p>