Skip to content

Commit

Permalink
fix typo on headphones module
Browse files Browse the repository at this point in the history
  • Loading branch information
N3MIS15 committed Aug 22, 2012
1 parent 256bd3a commit bc12cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/headphones-base.html
Expand Up @@ -11,7 +11,7 @@ <h2 class="title">Headphones</h2>
{% elif album %}
<span class="head_item get back" data-url="/artist/{{ album.album.0.ArtistID }}"><span>&laquo;</span></span>
{% else %}
<a class="head_item get {{ 'highlight' if artists }}" data-url="/artists" title="Artits">
<a class="head_item get {{ 'highlight' if artists }}" data-url="/artists" title="Artists">
<img src="{{ url_for('static', filename='images/music_note.png') }}" width="14" height="14"/>
</a>
{% endif %}
Expand Down

0 comments on commit bc12cc7

Please sign in to comment.