From fa5b0e6f69d66bf2e2a3720ab6f5fe8a6ae850e7 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 17 Jul 2009 06:34:24 -0400 Subject: [PATCH] - use empty alt for watermark image --- skins/default/templates/identities.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index f67d34b..395da1c 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> -- Gitblit v1.9.1