diff options
author | Thomas B. <thomas@roundcube.net> | 2013-07-29 23:25:54 -0700 |
---|---|---|
committer | Thomas B. <thomas@roundcube.net> | 2013-07-29 23:25:54 -0700 |
commit | 86dd03677466ceb37e0a2d3d43e8a76472966745 (patch) | |
tree | b481ebe916723698e9db839f9bf53bf228c650bb /skins/larry/includes/header.html | |
parent | d59a8d29d6ae877e9f56a0e3fe3d1068661a9473 (diff) | |
parent | bb0ff201408a7bc5711588e6afdacf7e7f30d920 (diff) |
Merge pull request #96 from Dennis1993/patch-6
Added required attribute and delete deprecated border attributes
Diffstat (limited to 'skins/larry/includes/header.html')
-rw-r--r-- | skins/larry/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index c8b3b26f6..5a934d89b 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -29,7 +29,7 @@ <roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" /> <span class="minmodetoggle"></span> </div> - <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> + <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> </div> <roundcube:endif /> |