Fixed typo on table HTML tag

This commit is contained in:
Matthieu Grieger 2016-06-22 10:18:25 -07:00 committed by GitHub
parent d5a37fd84a
commit 834f96ccbe

View file

@ -287,7 +287,7 @@ func (q *Queue) PlayCurrent() error {
if viper.GetBool("queue.announce_new_tracks") {
message :=
`<table
`<table>
<tr>
<td align="center"><img src="%s" width=150 /></td>
</tr>