diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-17 10:34:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-17 10:34:24 +0000 |
| commit | ed02021686afef8238f586e21a9432fa2bf42401 (patch) | |
| tree | c2b8a5e2572d9e6fc4796ed28f5865be5b260ee9 /roundcubemail | |
| parent | ec0c083a502ae9453be4aaade280d8da2435ba55 (diff) | |
- use empty alt for watermark image
git-svn-id: https://svn.roundcube.net/trunk@2763 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/templates/identities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/identities.html b/roundcubemail/skins/default/templates/identities.html index f67d34bbe..395da1cfc 100644 --- a/roundcubemail/skins/default/templates/identities.html +++ b/roundcubemail/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> |
