From 57417179bb1f9f054a91d60ef003378520fe0021 Mon Sep 17 00:00:00 2001 From: Kody Date: Mon, 21 Dec 2015 00:45:27 +0100 Subject: [PATCH] Typo with the `` tag on SONG_LIST_HTML --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.go b/strings.go index 772bbfb..f8e0f79 100644 --- a/strings.go +++ b/strings.go @@ -206,5 +206,5 @@ const CURRENT_SONG_PLAYLIST_HTML = ` // Message shown to user when the listsongs command is issued const SONG_LIST_HTML = ` -
%d: "%s", added by %s +
%d: "%s", added by %s.
`