Browse Source

Add alt attr for image tag.

master
Ben Kurtovic 7 years ago
parent
commit
28978c4119
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/_base.mako

+ 1
- 1
templates/_base.mako View File

@@ -22,7 +22,7 @@
<div class="left">
<%block name="lefthead">
<a href="/">
<img id="corp-masthead" class="aligned" src="${g.eve.image.corp(g.config.get('corp.id'), 256)}"/>
<img id="corp-masthead" class="aligned" title="Home" alt="Home" src="${g.eve.image.corp(g.config.get('corp.id'), 256)}"/>
</a>
<a href="/" class="aligned">${g.config.get("corp.name") | h}</a>
</%block>


Loading…
Cancel
Save