Skip to content

Commit

Permalink
correct artist header in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello authored Mar 8, 2017
1 parent 27821d0 commit 7505da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<span class="header-indi">
<span class="header-num">#</span>
<span class="header-title"><?php p($l->t('Title'));?></span>
<span class="header-interpret"><?php p($l->t('Artist'));?></span>
<span class="header-artist"><?php p($l->t('Artist'));?></span>
<span class="header-album"><?php p($l->t('Album'));?></span>
<span class="header-time"><?php p($l->t('Length'));?></span>
<span class="header-opt">&nbsp;</span>
Expand Down

0 comments on commit 7505da8

Please sign in to comment.