Skip to content

Commit

Permalink
Merge pull request metacpan#283 from rwstauner/master
Browse files Browse the repository at this point in the history
Copy alt attribute to title for country flags
  • Loading branch information
oalders committed Sep 6, 2011
2 parents c3a0cbc + 7c1134a commit d379657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/author.html
Expand Up @@ -22,7 +22,7 @@
<% IF author.country || author.city || author.region %>
<strong>Location</strong><br>
<% IF author.country %>
<img src="/static/images/flag/<% author.country.lower %>.png" alt="<% author.country %>" width=16 height=11> &nbsp;
<img src="/static/images/flag/<% author.country.lower %>.png" alt="<% author.country %>" title="<% author.country %>" width=16 height=11> &nbsp;
<%- END %>
<%- author.city; %><% IF author.city && author.region %>, <% END %><%- author.region %><br>
<% END %>
Expand Down

0 comments on commit d379657

Please sign in to comment.