summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-17 10:34:24 +0000
committeralecpl <alec@alec.pl>2009-07-17 10:34:24 +0000
commitfa5b0e6f69d66bf2e2a3720ab6f5fe8a6ae850e7 (patch)
tree3e194336826d8b8955961968247a2974f74136c6
parent779b0d4cf4eb22c1a476e1acc6cb98d2e287cf05 (diff)
- use empty alt for watermark image
-rw-r--r--skins/default/templates/identities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html
index f67d34bbe..395da1cfc 100644
--- a/skins/default/templates/identities.html
+++ b/skins/default/templates/identities.html
@@ -21,7 +21,7 @@
<div id="identity-details">
<div style="margin:10px auto; text-align:center">
- <img src="/images/watermark.gif" width="260" height="228" alt="RoundCube" />
+ <img src="/images/watermark.gif" width="260" height="228" alt="" />
</div>
</div>