Merge pull request #107 from mkody/mkody-patch-1

Typo with the `</b>` tag on SONG_LIST_HTML
This commit is contained in:
Matthieu Grieger 2015-12-21 10:00:17 -08:00
commit 2e53e8e5ea

View file

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