Skip to content

Commit

Permalink
Fixed typo on release group page. Thanks, bitmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Mar 12, 2015
1 parent 465b569 commit 022b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion critiquebrainz/frontend/templates/release_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h4>{{ _('Tracklist') }}</h4>
<tr>
<td>{{ track.number }}</td>
<td>
<a href="http://acousticbrainz.org/{{ track.recording.id }}" title="View on AcousicBrainz">
<a href="http://acousticbrainz.org/{{ track.recording.id }}" title="View on AcousticBrainz">
{{ track.recording.title }}
</a>
</td>
Expand Down

0 comments on commit 022b899

Please sign in to comment.