diff options
author | llune <llune@users.noreply.github.com> | 2018-08-02 21:23:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 21:23:34 +0200 |
commit | 667963435f45e678e800e7503c8651d884a58cc1 (patch) | |
tree | 32799d08b05f05c42da3ff8d5f753a381a888891 /tpl | |
parent | a71e1aa73e575f3799100396db8f28808fde797d (diff) | |
download | Shaarli-667963435f45e678e800e7503c8651d884a58cc1.tar.gz Shaarli-667963435f45e678e800e7503c8651d884a58cc1.tar.zst Shaarli-667963435f45e678e800e7503c8651d884a58cc1.zip |
alt should be empty
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index c010aa8b..3b43a611 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -13,7 +13,7 @@ | |||
13 | <ul class="pure-menu-list pure-u-lg-5-6 pure-u-1"> | 13 | <ul class="pure-menu-list pure-u-lg-5-6 pure-u-1"> |
14 | <li class="pure-menu-item pure-u-0 pure-u-lg-visible"> | 14 | <li class="pure-menu-item pure-u-0 pure-u-lg-visible"> |
15 | <a href="{$titleLink}" class="pure-menu-link shaarli-title" id="shaarli-title-desktop"> | 15 | <a href="{$titleLink}" class="pure-menu-link shaarli-title" id="shaarli-title-desktop"> |
16 | <img src="img/icon.png" width="16" height="16" class="head-logo" alt="logo" /> | 16 | <img src="img/icon.png" width="16" height="16" class="head-logo" alt="" /> |
17 | {$shaarlititle} | 17 | {$shaarlititle} |
18 | </a> | 18 | </a> |
19 | </li> | 19 | </li> |