Typo with the `</b>` tag on SONG_LIST_HTML

pull/107/head
Kody 2015-12-21 00:45:27 +01:00
parent ceccdc2f76
commit 57417179bb
1 changed files with 1 additions and 1 deletions

View File

@ -206,5 +206,5 @@ const CURRENT_SONG_PLAYLIST_HTML = `
// Message shown to user when the listsongs command is issued
const SONG_LIST_HTML = `
<br>%d: "%s", added by <b>%s</b<.</br>
<br>%d: "%s", added by <b>%s</b>.</br>
`